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

ITypeLevelAspect.RuntimeInitialize Method

RuntimeInitialize(Type)

Initializes the current aspect.

Declaration
void RuntimeInitialize(Type type)
Parameters
Type Name Description
System.Type type

Type to which the current aspect is applied.

See Also