C# Class PEAPI.CustomModifiedType

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

Méthodes publiques

Méthode Description
CustomModifiedType ( Type type, CustomModifier cmod, Class cmodType ) : System

Create a new custom modifier for a type

Private Methods

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