C# Class PEAPI.GenericTypeInst

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

Public Methods

Method Description
GenericTypeInst ( Type gen_type, Type gen_param ) : System

Private Methods

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

Method Details

GenericTypeInst() public method

public GenericTypeInst ( Type gen_type, Type gen_param ) : System
gen_type Type
gen_param Type
return System