C# Class AsmResolver.Net.MetadataStream

Represents a metadata stream in the metadata directory.
Inheritance: FileSegment, IBufferProvider
Exibir arquivo Open project: JerreS/AsmResolver Class Usage Examples

Protected Methods

Method Description
CreateBufferInternal ( ) : FileSegment

Creates a new buffer for the metadata stream.

Private Methods

Method Description
IBufferProvider ( ) : FileSegment

Method Details

CreateBufferInternal() protected method

Creates a new buffer for the metadata stream.
protected CreateBufferInternal ( ) : FileSegment
return FileSegment