C# Class AsmResolver.BaseRelocationBlock

Represents a base relocation block in the relocation data directory.
Inheritance: FileSegment
Afficher le fichier Open project: JerreS/AsmResolver Class Usage Examples

Méthodes publiques

Méthode Description
BaseRelocationBlock ( uint pageRva ) : System.Collections.Generic
GetPhysicalLength ( ) : uint
Write ( WritingContext context ) : void

Private Methods

Méthode Description
FromReadingContext ( ReadingContext context ) : BaseRelocationBlock

Method Details

BaseRelocationBlock() public méthode

public BaseRelocationBlock ( uint pageRva ) : System.Collections.Generic
pageRva uint
Résultat System.Collections.Generic

GetPhysicalLength() public méthode

public GetPhysicalLength ( ) : uint
Résultat uint

Write() public méthode

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