C# Class AsmResolver.Net.ImageNetDirectory

Represents a .NET data directory header (COR20 header) in a windows assembly image.
Inheritance: FileSegment
Mostrar archivo Open project: JerreS/AsmResolver Class Usage Examples

Public Methods

Method Description
GetPhysicalLength ( ) : uint
GetResourceData ( uint offset ) : byte[]

Gets the managed resource data at the given offset.

ImageNetDirectory ( ) : System.Collections.Generic
Write ( WritingContext context ) : void

Private Methods

Method Description
FromReadingContext ( ReadingContext context ) : ImageNetDirectory

Method Details

GetPhysicalLength() public method

public GetPhysicalLength ( ) : uint
return uint

GetResourceData() public method

Gets the managed resource data at the given offset.
public GetResourceData ( uint offset ) : byte[]
offset uint The offset of the managed resource to get.
return byte[]

ImageNetDirectory() public method

public ImageNetDirectory ( ) : System.Collections.Generic
return System.Collections.Generic

Write() public method

public Write ( WritingContext context ) : void
context WritingContext
return void