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
BlobStreamIndex
Gets the original index of the blob stream.
public int BlobStreamIndex { readonly get; set; }
Property Value
GuidStream
Gets the main GUID stream in the metadata directory.
public GuidStream? GuidStream { readonly get; set; }
Property Value
GuidStreamIndex
Gets the original index of the GUID stream.
public int GuidStreamIndex { readonly get; set; }
Property Value
StringsStream
Gets the main strings stream in the metadata directory.
public StringsStream? StringsStream { readonly get; set; }
Property Value
StringsStreamIndex
Gets the original index of the strings stream.
public int StringsStreamIndex { readonly get; set; }
Property Value
TablesStream
Gets the main tables stream in the metadata directory.
public TablesStream? TablesStream { readonly get; set; }
Property Value
TablesStreamIndex
Gets the original index of the tables stream.
public int TablesStreamIndex { readonly get; set; }
Property Value
UserStringsStream
Gets the main user-strings stream in the metadata directory.
public UserStringsStream? UserStringsStream { readonly get; set; }
Property Value
UserStringsStreamIndex
Gets the original index of the user-strings stream.
public int UserStringsStreamIndex { readonly get; set; }