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 (SignatureHelper^)

 

Defines a token for the signature that is defined by the specified SignatureHelper.

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

public:
SignatureToken GetSignatureToken(
	SignatureHelper^ sigHelper
)

Parameters

sigHelper
Type: System.Reflection.Emit::SignatureHelper^

The signature.

Return Value

Type: System.Reflection.Emit::SignatureToken

A token for the defined signature.

Exception Condition
ArgumentNullException

sigHelper is null.

This method defines a metadata token for the signature described by sigHelper.

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