C# Class PERWAPI.FileRef

Inheritance: MetaDataElement
Show file Open project: xored/f4

Protected Properties

Property Type Description
HasMetaData uint
HasNoMetaData uint
entryPoint bool
flags uint
hashBytes byte[]
name string
nameIx uint

Public Methods

Method Description
GetHash ( ) : byte[]
Name ( ) : string

Private Methods

Method 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 method

public GetHash ( ) : byte[]
return byte[]

Name() public method

public Name ( ) : string
return string

Property Details

HasMetaData protected static property

protected static uint HasMetaData
return uint

HasNoMetaData protected static property

protected static uint HasNoMetaData
return uint

entryPoint protected property

protected bool entryPoint
return bool

flags protected property

protected uint flags
return uint

hashBytes protected property

protected byte[] hashBytes
return byte[]

name protected property

protected string name
return string

nameIx protected property

protected uint nameIx
return uint