DkmClrType.GetLmrType Method
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.
[Required] Get the LMR type for this DkmClrType. An LMR Type looks and behaves like a System.Type, but represents a type that exists in the process being debugged.
Location constraint: API must be called from a Monitor component (component level < 100,000).
This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).
public:
Microsoft::VisualStudio::Debugger::Metadata::Type ^ GetLmrType();
public:
Microsoft::VisualStudio::Debugger::Metadata::Type ^ GetLmrType();
Microsoft::VisualStudio::Debugger::Metadata::Type GetLmrType();
public Microsoft.VisualStudio.Debugger.Metadata.Type GetLmrType ();
member this.GetLmrType : unit -> Microsoft.VisualStudio.Debugger.Metadata.Type
Public Function GetLmrType () As Type
Returns
Microsoft.VisualStudio.Debugger.Metadata.Type