C# Class PEAPI.CustomModifiedType

Descriptor for a custom modifier of a type (modopt or modreq)
Inheritance: Type
ファイルを表示 Open project: kumpera/mono

Public Methods

Method Description
CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System

Create a new custom modifier for a type

Private Methods

Method Description
TypeSig ( MemoryStream str ) : void

Method Details

CustomModifiedType() public method

Create a new custom modifier for a type
public CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System
type Type the type to be modified
cmod CustomModifier the modifier
cmodType Class the type reference to be associated with the type
return System