C# Class PEAPI.FileRef

Descriptor for a file referenced in THIS assembly/module (.file)
Inheritance: MetaDataElement
Mostra file Open project: kumpera/mono Class Usage Examples

Protected Properties

Property Type Description
name string

Private Methods

Method Description
BuildTables ( MetaData md ) : void
FileRef ( string name, byte hashBytes, bool metaData, bool entryPoint, MetaData md ) : System
FileRef ( uint nameIx, byte hashBytes, bool metaData, bool entryPoint, MetaData md ) : System
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
Write ( PEAPI.FileImage output ) : void

Property Details

name protected_oe property

protected string name
return string