ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / IUnknown Interface / Release Method

In This Topic
    Release Method (IUnknown)
    In This Topic
    Decrements the reference count for an interface on this instance.
    Syntax
    'Declaration
     
    Function Release() As Integer
    int Release()

    Return Value

    The method returns the new reference count.
    See Also