Share via


CLSContext.Active Property

Definition

Gets a Boolean value that tells whether the context is currently active.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Active { [Foundation.Export("isActive")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isActive")>]
member this.Active : bool

Property Value

true if the context is active. Otherwise, false.

Attributes

Applies to