DkmILInterpreterValue Class
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.
A value that can be passed into and returned from a managed method being interpreted.
This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).
Derived classes: DkmILInterpreterPrimitiveValue, DkmILInterpreterReferenceValue
public ref class DkmILInterpreterValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILInterpreterValue abstract
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILInterpreterValue abstract
[System.Runtime.InteropServices.Guid("4851b2d6-89f2-46f5-1a56-f257135c3b4b")]
public abstract class DkmILInterpreterValue
[<System.Runtime.InteropServices.Guid("4851b2d6-89f2-46f5-1a56-f257135c3b4b")>]
type DkmILInterpreterValue = class
Public MustInherit Class DkmILInterpreterValue
- Inheritance
-
DkmILInterpreterValue
- Derived
- Attributes
Properties
RuntimeInstance |
Represents a CLR instance running in a target process. This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM). |
TagValue |
DkmILInterpreterValue is an abstract base class. This enum indicates which derived class this object is an instance of. |