DkmClrLocalVariable.GetSignature Method

Definition

Provides the COR_SIGNATURE for a local Variable.

Location constraint: This API will fail when called from an IDE component to query information for server-side compiled ASP.NET code, or dynamically compiled code.

public:
 cli::array <System::Byte> ^ GetSignature();
public:
 Platform::Array <byte> ^ GetSignature();
std::Array <byte> GetSignature();
public byte[] GetSignature ();
member this.GetSignature : unit -> byte[]
Public Function GetSignature () As Byte()

Returns

Byte[]

[Out] The COR_SIGNATURE for the Variable, which defines the type of this Variable.

Applies to