RegistrationAttribute.RegistrationContext.InprocServerPath Property
Gets the path to the in-process server DLL.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property InprocServerPath As String
public abstract string InprocServerPath { get; }
public:
virtual property String^ InprocServerPath {
String^ get () abstract;
}
abstract InprocServerPath : string with get
abstract function get InprocServerPath () : String
Property Value
Type: String
The path to the in-process server DLL.
Remarks
In-process server Mscoree.dll DLL is used to load the version of the Common Language Runtime (CLR) needed to provide the class factory for managed objects.
InprocServerPath does not always refer to a physical path on disk. It can be a token that identifies the path at install time.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegistrationAttribute.RegistrationContext Class