ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer
    System.int Release()

    Return Value

    The method returns the new reference count.
    See Also