Méthode | Description | |
---|---|---|
AddInterfaceImplementation ( System interfaceType ) : void | ||
CreateTypeInfo ( ) : System.Reflection.TypeInfo | ||
DefineConstructor ( System attributes, System callingConvention, System parameterTypes ) : System.Reflection.Emit.ConstructorBuilder | ||
DefineConstructor ( System attributes, System callingConvention, System parameterTypes, System requiredCustomModifiers, System optionalCustomModifiers ) : System.Reflection.Emit.ConstructorBuilder | ||
DefineDefaultConstructor ( System attributes ) : System.Reflection.Emit.ConstructorBuilder | ||
DefineEvent ( string name, System attributes, System eventtype ) : System.Reflection.Emit.EventBuilder | ||
DefineField ( string fieldName, System type, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
DefineField ( string fieldName, System type, System requiredCustomModifiers, System optionalCustomModifiers, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
DefineGenericParameters ( ) : System.Reflection.Emit.GenericTypeParameterBuilder[] | ||
DefineInitializedData ( string name, byte data, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
DefineMethod ( string name, System attributes ) : System.Reflection.Emit.MethodBuilder | ||
DefineMethod ( string name, System attributes, System callingConvention ) : System.Reflection.Emit.MethodBuilder | ||
DefineMethod ( string name, System attributes, System returnType, System parameterTypes ) : System.Reflection.Emit.MethodBuilder | ||
DefineMethod ( string name, System attributes, System callingConvention, System returnType, System parameterTypes ) : System.Reflection.Emit.MethodBuilder | ||
DefineMethod ( string name, System attributes, System callingConvention, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.MethodBuilder | ||
DefineMethodOverride ( System methodInfoBody, System methodInfoDeclaration ) : void | ||
DefineNestedType ( string name ) : System.Reflection.Emit.TypeBuilder | ||
DefineNestedType ( string name, System attr ) : System.Reflection.Emit.TypeBuilder | ||
DefineNestedType ( string name, System attr, System parent ) : System.Reflection.Emit.TypeBuilder | ||
DefineNestedType ( string name, System attr, System parent, System packSize ) : System.Reflection.Emit.TypeBuilder | ||
DefineNestedType ( string name, System attr, System parent, System packSize, int typeSize ) : System.Reflection.Emit.TypeBuilder | ||
DefineNestedType ( string name, System attr, System parent, int typeSize ) : System.Reflection.Emit.TypeBuilder | ||
DefineProperty ( string name, System attributes, System returnType, System parameterTypes ) : System.Reflection.Emit.PropertyBuilder | ||
DefineProperty ( string name, System attributes, System callingConvention, System returnType, System parameterTypes ) : System.Reflection.Emit.PropertyBuilder | ||
DefineProperty ( string name, System attributes, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.PropertyBuilder | ||
DefineProperty ( string name, System attributes, System callingConvention, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.PropertyBuilder | ||
DefineTypeInitializer ( ) : System.Reflection.Emit.ConstructorBuilder | ||
DefineUninitializedData ( string name, int size, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
GetArrayRank ( ) : int | ||
GetConstructor ( System type, System constructor ) : System.Reflection.ConstructorInfo | ||
GetElementType ( ) : |
||
GetField ( System type, System field ) : System.Reflection.FieldInfo | ||
GetGenericParameterConstraints ( ) : System.Type[] | ||
GetGenericTypeDefinition ( ) : System.Type | ||
GetMethod ( System type, System method ) : System.Reflection.MethodInfo | ||
IsAssignableFrom ( System typeInfo ) : bool | ||
IsCreated ( ) : bool | ||
MakeArrayType ( ) : System.Type | ||
MakeArrayType ( int rank ) : System.Type | ||
MakeByRefType ( ) : System.Type | ||
MakeGenericType ( ) : System.Type | ||
MakePointerType ( ) : System.Type | ||
SetCustomAttribute ( System customBuilder ) : void | ||
SetCustomAttribute ( System con, byte binaryAttribute ) : void | ||
SetParent ( System parent ) : void | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
TypeBuilder ( ) |
public AddInterfaceImplementation ( System interfaceType ) : void | ||
interfaceType | System | |
Résultat | void |
public CreateTypeInfo ( ) : System.Reflection.TypeInfo | ||
Résultat | System.Reflection.TypeInfo |
public DefineConstructor ( System attributes, System callingConvention, System parameterTypes ) : System.Reflection.Emit.ConstructorBuilder | ||
attributes | System | |
callingConvention | System | |
parameterTypes | System | |
Résultat | System.Reflection.Emit.ConstructorBuilder |
public DefineConstructor ( System attributes, System callingConvention, System parameterTypes, System requiredCustomModifiers, System optionalCustomModifiers ) : System.Reflection.Emit.ConstructorBuilder | ||
attributes | System | |
callingConvention | System | |
parameterTypes | System | |
requiredCustomModifiers | System | |
optionalCustomModifiers | System | |
Résultat | System.Reflection.Emit.ConstructorBuilder |
public DefineDefaultConstructor ( System attributes ) : System.Reflection.Emit.ConstructorBuilder | ||
attributes | System | |
Résultat | System.Reflection.Emit.ConstructorBuilder |
public DefineEvent ( string name, System attributes, System eventtype ) : System.Reflection.Emit.EventBuilder | ||
name | string | |
attributes | System | |
eventtype | System | |
Résultat | System.Reflection.Emit.EventBuilder |
public DefineField ( string fieldName, System type, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
fieldName | string | |
type | System | |
attributes | System | |
Résultat | System.Reflection.Emit.FieldBuilder |
public DefineField ( string fieldName, System type, System requiredCustomModifiers, System optionalCustomModifiers, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
fieldName | string | |
type | System | |
requiredCustomModifiers | System | |
optionalCustomModifiers | System | |
attributes | System | |
Résultat | System.Reflection.Emit.FieldBuilder |
public DefineGenericParameters ( ) : System.Reflection.Emit.GenericTypeParameterBuilder[] | ||
Résultat | System.Reflection.Emit.GenericTypeParameterBuilder[] |
public DefineInitializedData ( string name, byte data, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
name | string | |
data | byte | |
attributes | System | |
Résultat | System.Reflection.Emit.FieldBuilder |
public DefineMethod ( string name, System attributes ) : System.Reflection.Emit.MethodBuilder | ||
name | string | |
attributes | System | |
Résultat | System.Reflection.Emit.MethodBuilder |
public DefineMethod ( string name, System attributes, System callingConvention ) : System.Reflection.Emit.MethodBuilder | ||
name | string | |
attributes | System | |
callingConvention | System | |
Résultat | System.Reflection.Emit.MethodBuilder |
public DefineMethod ( string name, System attributes, System returnType, System parameterTypes ) : System.Reflection.Emit.MethodBuilder | ||
name | string | |
attributes | System | |
returnType | System | |
parameterTypes | System | |
Résultat | System.Reflection.Emit.MethodBuilder |
public DefineMethod ( string name, System attributes, System callingConvention, System returnType, System parameterTypes ) : System.Reflection.Emit.MethodBuilder | ||
name | string | |
attributes | System | |
callingConvention | System | |
returnType | System | |
parameterTypes | System | |
Résultat | System.Reflection.Emit.MethodBuilder |
public DefineMethod ( string name, System attributes, System callingConvention, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.MethodBuilder | ||
name | string | |
attributes | System | |
callingConvention | System | |
returnType | System | |
returnTypeRequiredCustomModifiers | System | |
returnTypeOptionalCustomModifiers | System | |
parameterTypes | System | |
parameterTypeRequiredCustomModifiers | System | |
parameterTypeOptionalCustomModifiers | System | |
Résultat | System.Reflection.Emit.MethodBuilder |
public DefineMethodOverride ( System methodInfoBody, System methodInfoDeclaration ) : void | ||
methodInfoBody | System | |
methodInfoDeclaration | System | |
Résultat | void |
public DefineNestedType ( string name ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineNestedType ( string name, System attr ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
attr | System | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineNestedType ( string name, System attr, System parent ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
attr | System | |
parent | System | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineNestedType ( string name, System attr, System parent, System packSize ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
attr | System | |
parent | System | |
packSize | System | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineNestedType ( string name, System attr, System parent, System packSize, int typeSize ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
attr | System | |
parent | System | |
packSize | System | |
typeSize | int | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineNestedType ( string name, System attr, System parent, int typeSize ) : System.Reflection.Emit.TypeBuilder | ||
name | string | |
attr | System | |
parent | System | |
typeSize | int | |
Résultat | System.Reflection.Emit.TypeBuilder |
public DefineProperty ( string name, System attributes, System returnType, System parameterTypes ) : System.Reflection.Emit.PropertyBuilder | ||
name | string | |
attributes | System | |
returnType | System | |
parameterTypes | System | |
Résultat | System.Reflection.Emit.PropertyBuilder |
public DefineProperty ( string name, System attributes, System callingConvention, System returnType, System parameterTypes ) : System.Reflection.Emit.PropertyBuilder | ||
name | string | |
attributes | System | |
callingConvention | System | |
returnType | System | |
parameterTypes | System | |
Résultat | System.Reflection.Emit.PropertyBuilder |
public DefineProperty ( string name, System attributes, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.PropertyBuilder | ||
name | string | |
attributes | System | |
returnType | System | |
returnTypeRequiredCustomModifiers | System | |
returnTypeOptionalCustomModifiers | System | |
parameterTypes | System | |
parameterTypeRequiredCustomModifiers | System | |
parameterTypeOptionalCustomModifiers | System | |
Résultat | System.Reflection.Emit.PropertyBuilder |
public DefineProperty ( string name, System attributes, System callingConvention, System returnType, System returnTypeRequiredCustomModifiers, System returnTypeOptionalCustomModifiers, System parameterTypes, System parameterTypeRequiredCustomModifiers, System parameterTypeOptionalCustomModifiers ) : System.Reflection.Emit.PropertyBuilder | ||
name | string | |
attributes | System | |
callingConvention | System | |
returnType | System | |
returnTypeRequiredCustomModifiers | System | |
returnTypeOptionalCustomModifiers | System | |
parameterTypes | System | |
parameterTypeRequiredCustomModifiers | System | |
parameterTypeOptionalCustomModifiers | System | |
Résultat | System.Reflection.Emit.PropertyBuilder |
public DefineTypeInitializer ( ) : System.Reflection.Emit.ConstructorBuilder | ||
Résultat | System.Reflection.Emit.ConstructorBuilder |
public DefineUninitializedData ( string name, int size, System attributes ) : System.Reflection.Emit.FieldBuilder | ||
name | string | |
size | int | |
attributes | System | |
Résultat | System.Reflection.Emit.FieldBuilder |
public static GetConstructor ( System type, System constructor ) : System.Reflection.ConstructorInfo | ||
type | System | |
constructor | System | |
Résultat | System.Reflection.ConstructorInfo |
public static GetField ( System type, System field ) : System.Reflection.FieldInfo | ||
type | System | |
field | System | |
Résultat | System.Reflection.FieldInfo |
public GetGenericParameterConstraints ( ) : System.Type[] | ||
Résultat | System.Type[] |
public GetGenericTypeDefinition ( ) : System.Type | ||
Résultat | System.Type |
public static GetMethod ( System type, System method ) : System.Reflection.MethodInfo | ||
type | System | |
method | System | |
Résultat | System.Reflection.MethodInfo |
public IsAssignableFrom ( System typeInfo ) : bool | ||
typeInfo | System | |
Résultat | bool |
public MakeArrayType ( int rank ) : System.Type | ||
rank | int | |
Résultat | System.Type |
public SetCustomAttribute ( System customBuilder ) : void | ||
customBuilder | System | |
Résultat | void |
public SetCustomAttribute ( System con, byte binaryAttribute ) : void | ||
con | System | |
binaryAttribute | byte | |
Résultat | void |