C# Class PEAPI.GenParam

Inheritance: Class
显示文件 Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
GenParam ( int index, string name, GenParamType ptype ) : System

Private Methods

Method Description
BuildTables ( MetaData md ) : void
GetCodedIx ( CIx code ) : uint
Size ( MetaData md ) : uint
TypeSig ( MemoryStream str ) : void
Write ( PEAPI.FileImage output ) : void

Method Details

GenParam() public method

public GenParam ( int index, string name, GenParamType ptype ) : System
index int
name string
ptype GenParamType
return System