PostSharpAPI ReferencePost­Sharp.​AspectsIMethod­Level­AspectRuntime­Initialize
Open sandboxFocus

IMethodLevelAspect.RuntimeInitialize Method

RuntimeInitialize(MethodBase)

Initializes the current aspect.

Declaration
void RuntimeInitialize(MethodBase method)
Parameters
Type Name Description
System.Reflection.MethodBase method

Method to which the current aspect is applied.

See Also