C# Class PERWAPI.CustomModifiedType

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

Public Methods

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

Create a new custom modifier for a type

GetModifiedType ( ) : Type
GetModifier ( ) : CustomModifier
GetModifingType ( ) : Class
SetModifiedType ( Type modType ) : void
SetModifier ( CustomModifier cmod ) : void
SetModifingType ( Class mod ) : void

Private Methods

Method Description
BuildTables ( MetaDataOut md ) : void
SameType ( Type tstType ) : bool
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

GetModifiedType() public method

public GetModifiedType ( ) : Type
return Type

GetModifier() public method

public GetModifier ( ) : CustomModifier
return CustomModifier

GetModifingType() public method

public GetModifingType ( ) : Class
return Class

SetModifiedType() public method

public SetModifiedType ( Type modType ) : void
modType Type
return void

SetModifier() public method

public SetModifier ( CustomModifier cmod ) : void
cmod CustomModifier
return void

SetModifingType() public method

public SetModifingType ( Class mod ) : void
mod Class
return void