Class ExtendableBlobSignature
- Namespace
- AsmResolver.DotNet.Signatures
- Assembly
- AsmResolver.DotNet.dll
Represents a blob signature that might contain extra data not part of the standard format of the signature.
public abstract class ExtendableBlobSignature : BlobSignature
- Inheritance
-
ExtendableBlobSignature
- Derived
- Inherited Members
Properties
ExtraData
Gets or sets the extra custom data in the blob signature.
public byte[]? ExtraData { get; set; }
Property Value
- byte[]
Methods
Write(in BlobSerializationContext)
Serializes the blob to an output stream.
public override sealed void Write(in BlobSerializationContext context)
Parameters
context
BlobSerializationContext
WriteContents(in BlobSerializationContext)
Serializes the blob (without extra data) to an output stream.
protected abstract void WriteContents(in BlobSerializationContext context)
Parameters
context
BlobSerializationContext