C# Class PERWAPI.FileRef

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

Protected Properties

Свойство Type Description
HasMetaData uint
HasNoMetaData uint
entryPoint bool
flags uint
hashBytes byte[]
name string
nameIx uint

Méthodes publiques

Méthode Description
GetHash ( ) : byte[]
Name ( ) : string

Private Methods

Méthode Description
BuildTables ( MetaDataOut md ) : void
FileRef ( PEReader buff ) : System
FileRef ( string name, byte hashBytes ) : System
GetCodedIx ( CIx code ) : uint
Read ( PEReader buff, TableRow files ) : void
Size ( MetaData md ) : uint
Write ( PEWriter output ) : void

Method Details

GetHash() public méthode

public GetHash ( ) : byte[]
Résultat byte[]

Name() public méthode

public Name ( ) : string
Résultat string

Property Details

HasMetaData protected_oe static_oe property

protected static uint HasMetaData
Résultat uint

HasNoMetaData protected_oe static_oe property

protected static uint HasNoMetaData
Résultat uint

entryPoint protected_oe property

protected bool entryPoint
Résultat bool

flags protected_oe property

protected uint flags
Résultat uint

hashBytes protected_oe property

protected byte[] hashBytes
Résultat byte[]

name protected_oe property

protected string name
Résultat string

nameIx protected_oe property

protected uint nameIx
Résultat uint