Microsoft Learn Member Id Url ResolverIs Disposed Property
This read-only property can be used to determine whether or not the resolver has been disposed
Definition
Namespace: Sandcastle.Tools.BuildComponents
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public bool IsDisposed { get; }VB
Public ReadOnly Property IsDisposed As Boolean
GetC++
public:
virtual property bool IsDisposed {
bool get () sealed;
}F#
abstract IsDisposed : bool with get
override IsDisposed : bool with get