Method | Description | |
---|---|---|
GenerateInvocation ( |
Creates a MethodBuilder and implements a default wrapper.
|
Method | Description | |
---|---|---|
OnInvokeBegin ( |
Called to implement pre-invoke functionality.
|
|
OnInvokeEnd ( |
Called to implement post-invoke functionality.
|
public GenerateInvocation ( |
||
owner | The type that will own this method. | |
interfaceType | Type of interface implemented by the |
|
overrideMethod | Method to override. | |
fieldBuilders | IEnumerable |
Fields specified by the |
return |
protected OnInvokeBegin ( |
||
type | ||
interfaceType | ||
generator | ||
interfaceMethod | ||
return | void |
protected OnInvokeEnd ( |
||
type | ||
interfaceType | ||
generator | ||
interfaceMethod | ||
return | void |