C# Class System.Runtime.InteropServices.HandleRef

Afficher le fichier Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Méthodes publiques

Méthode Description
HandleRef ( object wrapper, IntPtr handle ) : System
ToIntPtr ( HandleRef value ) : IntPtr

Method Details

HandleRef() public méthode

public HandleRef ( object wrapper, IntPtr handle ) : System
wrapper object
handle System.IntPtr
Résultat System

ToIntPtr() public static méthode

public static ToIntPtr ( HandleRef value ) : IntPtr
value HandleRef
Résultat System.IntPtr