C# Class System.Runtime.InteropServices.HandleRef

ファイルを表示 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Methods

Method Description
HandleRef ( object wrapper, IntPtr handle ) : System
ToIntPtr ( HandleRef value ) : IntPtr

Method Details

HandleRef() public method

public HandleRef ( object wrapper, IntPtr handle ) : System
wrapper object
handle System.IntPtr
return System

ToIntPtr() public static method

public static ToIntPtr ( HandleRef value ) : IntPtr
value HandleRef
return System.IntPtr