Chops the internal signature to the appropriate length. Adds the end token to the signature and marks the signature as finished so that no further tokens can be added.
[Visual Basic] Public Function GetSignature() As Byte () [C#] public byte[] GetSignature(); [C++] public: unsigned char* GetSignature() []; [JScript] public function GetSignature() : Byte[];
Returns the full signature in a trimmed array.
SignatureHelper Class | SignatureHelper Members | System.Reflection.Emit Namespace