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)
.NET Framework (current version)
Defines a token for the signature that has the specified character array and signature length.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- sigBytes
-
Type:
array<System::Byte>^
The signature binary large object (BLOB).
- sigLength
-
Type:
System::Int32
The length of the signature BLOB.
| Exception | Condition |
|---|---|
| ArgumentNullException | sigBytes is null. |
.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Available since 1.1
Silverlight
Available since 2.0
Show: