Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ModuleBuilder::GetSignatureToken Method (array<Byte>^, Int32)

 

Defines a token for the signature that has the specified character array and signature length.

Namespace:   System.Reflection.Emit
Assembly:  mscorlib (in mscorlib.dll)

public:
SignatureToken GetSignatureToken(
	array<unsigned char>^ sigBytes,
	int sigLength
)

Parameters

sigBytes
Type: array<System::Byte>^

The signature binary large object (BLOB).

sigLength
Type: System::Int32

The length of the signature BLOB.

Return Value

Type: System.Reflection.Emit::SignatureToken

A token for the specified signature.

Exception Condition
ArgumentNullException

sigBytes is null.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show:
© 2017 Microsoft