SKNativeObject.IgnorePublicDispose Property

Definition

Gets or sets a value indicating whether the call the public Dispose() should be no-op.

protected internal bool IgnorePublicDispose { get; set; }

Property Value

Remarks

This only affects the public disposal. Objects that own this one can still forcefull trigger a dispose using DisposeInternal().

Applies to