RegistrationAttribute.RegistrationContext.InprocServerPath 属性

包含路径进程内服务器 DLL。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.Immutable.10.0(在 Microsoft.VisualStudio.Shell.Immutable.10.0.dll 中)

语法

声明
Public MustOverride ReadOnly Property InprocServerPath As String
public abstract string InprocServerPath { get; }

属性值

类型:System.String
进程内服务器 DLL 的路径。

备注

进程内服务器 Mscoree.dll DLL 来加载版本的公共语言运行 (CLR)时需要为托管对象提供类工厂。

InprocServerPath 不总是指在磁盘上的物理路径。它可以是标识路径安装时的标记。

.NET Framework 安全性

请参见

参考

RegistrationAttribute.RegistrationContext 类

Microsoft.VisualStudio.Shell 命名空间

RegistrationAttribute.RegistrationContext