C# Class AsmResolver.ImageDebugDirectory

Represents the debug data directory in a windows assembly image.
Inheritance: FileSegment
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
FromReadingContext ( ReadingContext context ) : ImageDebugDirectory
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Method Details

FromReadingContext() public static méthode

public static FromReadingContext ( ReadingContext context ) : ImageDebugDirectory
context ReadingContext
Résultat ImageDebugDirectory

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

Write() public méthode

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