Property | Type | Description |
---|
Method | Description | |
---|---|---|
AbstractTypeEmitter ( |
||
BuildType ( ) : |
||
CreateConstructor ( ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter | ||
CreateDefaultConstructor ( ) : void | ||
CreateEvent ( string name, EventAttributes atts, |
||
CreateField ( string name, |
||
CreateField ( string name, |
||
CreateGenericParameters ( |
||
CreateMethod ( String name, MethodAttributes attributes ) : |
||
CreateMethod ( String name, MethodAttributes attrs, |
||
CreateMethod ( String name, |
||
CreateProperty ( String name, PropertyAttributes attributes, |
||
CreateStaticField ( string name, |
||
CreateTypeConstructor ( ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter | ||
DefineCustomAttribute ( |
||
DefineCustomAttributeFor ( |
||
GetGenericArgument ( String genericArgumentName ) : |
||
GetGenericArgumentsFor ( |
||
GetGenericArgumentsFor ( |
||
IsGenericArgument ( String genericArgumentName ) : bool | ||
SetGenericTypeParameters ( |
Method | Description | |
---|---|---|
EnsureBuildersAreInAValidState ( ) : void |
public AbstractTypeEmitter ( |
||
typeBuilder | ||
return | System |
public CreateConstructor ( ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter | ||
return | Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter |
public CreateEvent ( string name, EventAttributes atts, |
||
name | string | |
atts | EventAttributes | |
type | ||
return |
public CreateField ( string name, |
||
name | string | |
fieldType | ||
return |
public CreateField ( string name, |
||
name | string | |
fieldType | ||
serializable | bool | |
return |
public CreateGenericParameters ( |
||
genericArguments | ||
return | void |
public CreateMethod ( String name, MethodAttributes attributes ) : |
||
name | String | |
attributes | MethodAttributes | |
return |
public CreateMethod ( String name, MethodAttributes attrs, |
||
name | String | |
attrs | MethodAttributes | |
returnType | ||
return |
public CreateMethod ( String name, |
||
name | String | |
returnType | ||
return |
public CreateProperty ( String name, PropertyAttributes attributes, |
||
name | String | |
attributes | PropertyAttributes | |
propertyType | ||
return | Castle.DynamicProxy.Generators.Emitters.PropertyEmitter |
public CreateStaticField ( string name, |
||
name | string | |
fieldType | ||
return |
public CreateTypeConstructor ( ) : Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter | ||
return | Castle.DynamicProxy.Generators.Emitters.ConstructorEmitter |
public DefineCustomAttribute ( |
||
attribute | ||
return | void |
public DefineCustomAttributeFor ( |
||
field | ||
attribute | ||
return | void |
protected EnsureBuildersAreInAValidState ( ) : void | ||
return | void |
public GetGenericArgument ( String genericArgumentName ) : |
||
genericArgumentName | String | |
return |
public GetGenericArgumentsFor ( |
||
genericMethod | ||
return | System.Type[] |
public GetGenericArgumentsFor ( |
||
genericType | ||
return | System.Type[] |
public IsGenericArgument ( String genericArgumentName ) : bool | ||
genericArgumentName | String | |
return | bool |
public SetGenericTypeParameters ( |
||
genericTypeParameterBuilders | ||
return | void |