OpusSharp OpusSharp
OpusSharp OpusSharp
DocFX + Singulink = ♥

Search Results for

    Edit this page

    Class StaticOpusDREDSafeHandle

    Managed wrapper over the OpusDRED state (statically linked).

    Inheritance
    object
    CriticalFinalizerObject
    SafeHandle
    OpusDREDSafeHandle
    StaticOpusDREDSafeHandle
    Implements
    IDisposable
    Inherited Members
    OpusDREDSafeHandle.IsInvalid
    SafeHandle.handle
    SafeHandle.Close()
    SafeHandle.DangerousAddRef(ref bool)
    SafeHandle.DangerousGetHandle()
    SafeHandle.DangerousRelease()
    SafeHandle.Dispose()
    SafeHandle.Dispose(bool)
    SafeHandle.SetHandle(IntPtr)
    SafeHandle.SetHandleAsInvalid()
    SafeHandle.IsClosed
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpusSharp.Core.SafeHandlers
    Assembly: OpusSharp.Core.dll
    Syntax
    public class StaticOpusDREDSafeHandle : OpusDREDSafeHandle, IDisposable

    Methods

    | Edit this page View Source

    ReleaseHandle()

    When overridden in a derived class, executes the code required to free the handle.

    Declaration
    protected override bool ReleaseHandle()
    Returns
    Type Description
    bool

    true if the handle is released successfully; otherwise, in the event of a catastrophic failure, false. In this case, it generates a releaseHandleFailed Managed Debugging Assistant.

    Overrides
    OpusDREDSafeHandle.ReleaseHandle()

    Implements

    IDisposable