IDkmClrTypeRuntimeInfoProvider.CreateDkmClrType 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.
CreateDkmClrType is used to instantiate a new DkmClrType from a COR_TYPEID.
public:
Microsoft::VisualStudio::Debugger::Clr::DkmClrType ^ CreateDkmClrType(Microsoft::VisualStudio::Debugger::CallStack::DkmStackWalkFrame ^ frame, Microsoft::VisualStudio::Debugger::Clr::DkmManagedTypeId typeId);
public Microsoft.VisualStudio.Debugger.Clr.DkmClrType CreateDkmClrType (Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame frame, Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId typeId);
abstract member CreateDkmClrType : Microsoft.VisualStudio.Debugger.CallStack.DkmStackWalkFrame * Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId -> Microsoft.VisualStudio.Debugger.Clr.DkmClrType
Public Function CreateDkmClrType (frame As DkmStackWalkFrame, typeId As DkmManagedTypeId) As DkmClrType
Parameters
- frame
- DkmStackWalkFrame
[In] DkmStackWalkFrame represents a frame on a call stack which has been walked, but may not have been formatted or filtered. Formatted frames are represented by DkmStackFrame instead.
- typeId
- DkmManagedTypeId
[In] The COR_TYPEID for the type.
Returns
[Out] Represents a managed type.