RegistrationAttribute.RegistrationContext.InprocServerPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path to the in-process server DLL.
public:
abstract property System::String ^ InprocServerPath { System::String ^ get(); };
public:
abstract property Platform::String ^ InprocServerPath { Platform::String ^ get(); };
public abstract string InprocServerPath { get; }
member this.InprocServerPath : string
Public MustOverride ReadOnly Property InprocServerPath As String
Property Value
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.