Table of Contents

Class BlobSignature

Namespace
AsmResolver.DotNet.Signatures
Assembly
AsmResolver.DotNet.dll

Represents a signature stored in the #Blob stream of a managed executable file.

public abstract class BlobSignature
Inheritance
BlobSignature
Derived
Inherited Members

Methods

MakeStandAloneSignature()

Wraps the blob signature into a new stand-alone signature that can be referenced by a metadata token.

public StandAloneSignature MakeStandAloneSignature()

Returns

StandAloneSignature

The new stand-alone signature.

Write(in BlobSerializationContext)

Serializes the blob to an output stream.

public abstract void Write(in BlobSerializationContext context)

Parameters

context BlobSerializationContext