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.

MissingMemberException::Signature Field

 

Holds the signature of the missing member.

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

protected:
array<unsigned char>^ Signature

Field Value

Type: array<System::Byte>^

Signature contains a Byte value that represents the signature of the missing member.

Format is used to format the signature. For additional information, see SignatureHelper, SignatureToken, and String.

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