C# Class OpenNI.NodeInfo

Inheritance: ObjectWrapper
Afficher le fichier Open project: jspricke/debian-openni Class Usage Examples

Méthodes publiques

Méthode Description
FromNative ( IntPtr pNodeInfo ) : NodeInfo

Creates a managed NodeInfo object to wrap a native one.

ToString ( ) : string

Méthodes protégées

Méthode Description
FreeObject ( IntPtr ptr, bool disposing ) : void

Private Methods

Méthode Description
NodeInfo ( IntPtr pNodeInfo ) : System

Method Details

FreeObject() protected méthode

protected FreeObject ( IntPtr ptr, bool disposing ) : void
ptr System.IntPtr
disposing bool
Résultat void

FromNative() public static méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string