ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / CppObject Class
Properties Methods Events


In This Topic
    CppObject Class Members
    In This Topic

    The following tables list the members exposed by CppObject.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether this instance is disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public PropertyGet a pointer to the underlying Cpp Object  
    Public PropertyGets or sets a custom user tag object to associate with this instance..  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Clean up any resources being used.  
    Public Methodstatic (Shared in Visual Basic)Instantiate a ComObject from a native pointer.  
    Public Methodstatic (Shared in Visual Basic)Return the unmanaged C++ pointer from a ICallbackable instance.  
    Top
    Protected Methods
     NameDescription
    Protected MethodReleases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
    Protected MethodOverloaded. Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero.  
    Protected MethodMethod called when the NativePointer is updated.  
    Protected MethodMethod called when NativePointer is going to be update.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when this instance is fully disposed. (Inherited from C1.Util.DX.DisposeBase)
    Public EventOccurs when this instance is starting to be disposed. (Inherited from C1.Util.DX.DisposeBase)
    Top
    Public Operators
    Performs an explicit conversion from CppObject to System.IntPtr.
    Top
    See Also