C# Class AsmResolver.Net.ImageNetDirectory

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

Méthodes publiques

Méthode 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

Méthode Description
FromReadingContext ( ReadingContext context ) : ImageNetDirectory

Method Details

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

GetResourceData() public méthode

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

ImageNetDirectory() public méthode

public ImageNetDirectory ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Write() public méthode

public Write ( WritingContext context ) : void
context WritingContext
Résultat void