메소드 | 설명 | |
---|---|---|
AddCustomAttribute ( |
||
AddInterface ( |
||
BuildConstructor ( |
||
BuildEvent ( |
||
BuildMethod ( |
||
BuildProperty ( |
||
CreateType ( ) : |
||
IsConcreteEvent ( |
||
IsConcreteMethod ( |
||
IsConcreteProperty ( |
||
ProxyTypeBuilder ( ITypeRepository typeRepository, |
Initializes a new instance of the ProxyTypeBuilder class.
|
메소드 | 설명 | |
---|---|---|
BuildInterceptedMethod ( |
Builds an intercepted method based on the specified method.
|
|
GetMethodInfoConstructor ( |
Returns a constructor information for the specified method.
|
|
IsExplicitMember ( |
Returns a value indicating whether the specified member should be implemented explicitly.
|
|
IsOverrideMember ( |
Returns a value indicating whether the specified member should be overridden.
|
|
LoadArguments ( |
Loads the arguments onto the stack.
|
|
RestoreByReferenceArguments ( |
Restores the by reference arguments.
|
public AddCustomAttribute ( |
||
constructorInfo | ||
리턴 | void |
public AddInterface ( |
||
interfaceType | ||
리턴 | void |
public BuildConstructor ( |
||
constructorInfo | ||
리턴 | void |
public BuildEvent ( |
||
eventInfo | ||
리턴 | void |
public BuildMethod ( |
||
methodInfo | ||
리턴 | void |
public BuildProperty ( |
||
propertyInfo | ||
리턴 | void |
public IsConcreteEvent ( |
||
eventInfo | ||
리턴 | bool |
public IsConcreteMethod ( |
||
methodInfo | ||
리턴 | bool |
public IsConcreteProperty ( |
||
propertyInfo | ||
리턴 | bool |
public ProxyTypeBuilder ( ITypeRepository typeRepository, |
||
typeRepository | ITypeRepository | The type repository. |
parentType | The parent type. | |
리턴 | System |