C# Class PERWAPI.CustomModifiedType

Descriptor for a custom modifier of a type (modopt or modreq)
Inheritance: Type
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode 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

Méthode Description
BuildTables ( MetaDataOut md ) : void
SameType ( Type tstType ) : bool
TypeSig ( MemoryStream str ) : void

Method Details

CustomModifiedType() public méthode

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
Résultat System

GetModifiedType() public méthode

public GetModifiedType ( ) : Type
Résultat Type

GetModifier() public méthode

public GetModifier ( ) : CustomModifier
Résultat CustomModifier

GetModifingType() public méthode

public GetModifingType ( ) : Class
Résultat Class

SetModifiedType() public méthode

public SetModifiedType ( Type modType ) : void
modType Type
Résultat void

SetModifier() public méthode

public SetModifier ( CustomModifier cmod ) : void
cmod CustomModifier
Résultat void

SetModifingType() public méthode

public SetModifingType ( Class mod ) : void
mod Class
Résultat void