NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ModuleBuilder.GetSignatureToken (SignatureHelper)

Defines a signature token using the given SignatureHelper object

[Visual Basic]
Overloads Public Function GetSignatureToken( _
   ByVal sigHelper As SignatureHelper _
) As SignatureToken
[C#]
public SignatureToken GetSignatureToken(
   SignatureHelper sigHelper
);
[C++]
public: SignatureToken GetSignatureToken(
   SignatureHelper* sigHelper
);
[JScript]
public function GetSignatureToken(
   sigHelper : SignatureHelper
) : SignatureToken;

Parameters

sigHelper
A reference to a SignatureHelper.

Return Value

A SignatureToken for the defined signature.

Exceptions

Exception Type Condition
ArgumentNullException if sigHelper is a null reference (in Visual Basic Nothing)

Remarks

This will define a metadata token for the signature described by SignatureHelper.

See Also

ModuleBuilder Class | ModuleBuilder Members | System.Reflection.Emit Namespace | ModuleBuilder.GetSignatureToken Overload List