ModuleBuilder.GetSignatureToken Method (SignatureHelper)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Defines a token for the signature that is defined by the specified SignatureHelper.
Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Function GetSignatureToken ( _
sigHelper As SignatureHelper _
) As SignatureToken
[SecuritySafeCriticalAttribute]
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.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | sigHelper is nulla null reference (Nothing in Visual Basic). |
Remarks
This method defines a metadata token for the signature described by sigHelper.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.