C# Class PERWAPI.PEResourceDirectory

Inheritance: PEResourceElement
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
AddElement ( PEResourceElement el ) : void
Count ( ) : int
HasData ( ) : bool
PEResourceDirectory ( ) : System
this ( int i ) : PEResourceElement

Méthodes protégées

Méthode Description
Size ( ) : uint
Write ( BinaryWriter dest, uint RVA ) : void

Method Details

AddElement() public méthode

public AddElement ( PEResourceElement el ) : void
el PEResourceElement
Résultat void

Count() public méthode

public Count ( ) : int
Résultat int

HasData() public méthode

public HasData ( ) : bool
Résultat bool

PEResourceDirectory() public méthode

public PEResourceDirectory ( ) : System
Résultat System

Size() protected méthode

protected Size ( ) : uint
Résultat uint

Write() protected méthode

protected Write ( BinaryWriter dest, uint RVA ) : void
dest System.IO.BinaryWriter
RVA uint
Résultat void

this() public méthode

public this ( int i ) : PEResourceElement
i int
Résultat PEResourceElement