Table of Contents

Struct MetadataStreamSelection

Namespace
AsmResolver.PE.DotNet.Metadata
Assembly
AsmResolver.PE.dll

Represents a selection of metadata streams from a MetadataDirectory.

public struct MetadataStreamSelection
Inherited Members

Properties

BlobStream

Gets the main blob stream in the metadata directory.

public BlobStream? BlobStream { readonly get; set; }

Property Value

BlobStream

BlobStreamIndex

Gets the original index of the blob stream.

public int BlobStreamIndex { readonly get; set; }

Property Value

int

GuidStream

Gets the main GUID stream in the metadata directory.

public GuidStream? GuidStream { readonly get; set; }

Property Value

GuidStream

GuidStreamIndex

Gets the original index of the GUID stream.

public int GuidStreamIndex { readonly get; set; }

Property Value

int

StringsStream

Gets the main strings stream in the metadata directory.

public StringsStream? StringsStream { readonly get; set; }

Property Value

StringsStream

StringsStreamIndex

Gets the original index of the strings stream.

public int StringsStreamIndex { readonly get; set; }

Property Value

int

TablesStream

Gets the main tables stream in the metadata directory.

public TablesStream? TablesStream { readonly get; set; }

Property Value

TablesStream

TablesStreamIndex

Gets the original index of the tables stream.

public int TablesStreamIndex { readonly get; set; }

Property Value

int

UserStringsStream

Gets the main user-strings stream in the metadata directory.

public UserStringsStream? UserStringsStream { readonly get; set; }

Property Value

UserStringsStream

UserStringsStreamIndex

Gets the original index of the user-strings stream.

public int UserStringsStreamIndex { readonly get; set; }

Property Value

int