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

TypeLevelAspect.RuntimeInitialize Method

RuntimeInitialize(Type)

Initializes the current aspect.

Declaration
[RuntimeInitializeOptimization]
public virtual void RuntimeInitialize(Type type)
Parameters
Type Name Description
Type type

Type to which the current aspect is applied.

Implements
ITypeLevelAspect.RuntimeInitialize(Type)
See Also