C# Class OpenNI.NodeInfo

Inheritance: ObjectWrapper
ファイルを表示 Open project: jspricke/debian-openni Class Usage Examples

Public Methods

Method Description
FromNative ( IntPtr pNodeInfo ) : NodeInfo

Creates a managed NodeInfo object to wrap a native one.

ToString ( ) : string

Protected Methods

Method Description
FreeObject ( IntPtr ptr, bool disposing ) : void

Private Methods

Method Description
NodeInfo ( IntPtr pNodeInfo ) : System

Method Details

FreeObject() protected method

protected FreeObject ( IntPtr ptr, bool disposing ) : void
ptr System.IntPtr
disposing bool
return void

FromNative() public static method

Creates a managed NodeInfo object to wrap a native one.
public static FromNative ( IntPtr pNodeInfo ) : NodeInfo
pNodeInfo System.IntPtr The native node info pointer
return NodeInfo

ToString() public method

public ToString ( ) : string
return string