Méthode | Description | |
---|---|---|
AddProvider ( IAroundInvokeProvider provider ) : void |
Adds an IAroundInvokeProvider to the list of provider instances.
|
|
Clear ( ) : void |
Clears the list of IAroundInvokeProvider instances.
|
|
GetSurroundingImplementation ( IInvocationInfo context ) : IAroundInvoke |
Obtains the IAroundInvoke instance for the given context.
|
public static AddProvider ( IAroundInvokeProvider provider ) : void | ||
provider | IAroundInvokeProvider | The |
Résultat | void |
public static GetSurroundingImplementation ( IInvocationInfo context ) : IAroundInvoke | ||
context | IInvocationInfo | The |
Résultat | IAroundInvoke |