DkmClrLocalConstant.GetSignature 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.
Provides the COR_SIGNATURE for a local constant.
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 constant, which defines the type of this constant.