PEAPI

CustomModifiedType Constructor 

Create a new custom modifier for a type

[Visual Basic]
Public Sub New( _
   ByVal type As PEAPI.Type, _
   ByVal cmod As PEAPI.CustomModifier, _
   ByVal cmodType As PEAPI.Class _
)
[C#]
public CustomModifiedType(
   Type type,
   CustomModifier cmod,
   Class cmodType
);

Parameters

type
the type to be modified
cmod
the modifier
cmodType
the type reference to be associated with the type

See Also

CustomModifiedType Class | CustomModifiedType Members | PEAPI Namespace