To get started with the Haxe cs target:
.. | |
---|---|
io | |
system | |
types | |
Char16 | |
Flags | Use this type to have access to the bitwise operators of C# enums that have a |
Int16 | |
Int64 | |
Int8 | |
Lib | Platform-specific C# Library. Provides some platform-specific functions for the C# target, such as conversion from haxe types to native types and vice-versa. |
NativeArray | Represents a C# fixed-size Array ( |
Out | This type represents "out" types for C# function parameters. It only has effect on function parameters, and conversion to/from the referenced type is automatic. |
Pointer | This type represents pointer types for C# function parameters. It should only be used inside an unsafe context (not checked by the Haxe compiler) |
PointerAccess | |
Ref | This type represents "ref" types for C# function parameters. It only has effect on function parameters, and conversion to/from the referenced type is automatic. |
UInt16 | |
UInt64 | |
UInt8 |
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/