UIntPtr

UIntPtr

package cs-system

extends ValueType

implements ISerializable

Available on cs

Constructor

new (value:UInt64)

new (value:Pointer<Void>)

new (value:UInt)

Methods

ToPointer ():Pointer<Void>

ToUInt32 ():UInt

ToUInt64 ():UInt64

Static variables

static read only Size:Int

static read only Zero:UIntPtr

Static methods

static op_Equality (value1:UIntPtr, value2:UIntPtr):Bool

static op_Explicit (value:UInt64):UIntPtr

static op_Explicit (value:UInt):UIntPtr

static op_Explicit (value:UIntPtr):Pointer<Void>

static op_Explicit (value:Pointer<Void>):UIntPtr

static op_Inequality (value1:UIntPtr, value2:UIntPtr):Bool

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/UIntPtr.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部