Class RefObject

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
C#
Copy
public class RefObject : Disposable
Inheritance
RefObject
Derived

Methods

View Source

GetRefObjectFromPtr(System.IntPtr)

Declaration
C#
Copy
public static RefObject GetRefObjectFromPtr(System.IntPtr cPtr)
Parameters
Type Name Description
System.IntPtr cPtr
Returns
Type Description
RefObject
View Source

Reference()

Declaration
C#
Copy
public void Reference()
View Source

ReferenceCount()

Declaration
C#
Copy
public int ReferenceCount()
Returns
Type Description
Int32
View Source

ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)

Declaration
C#
Copy
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type Name Description
Tizen.System.Runtime.InteropServices.HandleRef swigCPtr
Overrides
View Source

Unreference()

Declaration
C#
Copy
public void Unreference()

Extension Methods