1.26.2.1
Gameface
cohtml.Net.cohtmlNative Class Reference

Static Public Member Functions

static bool IsTagSelfClosing (HTMLTag tag)
 
static void BeginEvent (global::System.IntPtr binder, string name, int arguments)
 
static void EndEvent (global::System.IntPtr binder)
 
static void BindNull (global::System.IntPtr binder)
 
static void Bind (global::System.IntPtr binder, bool value)
 
static void Bind (global::System.IntPtr binder, int value)
 
static void Bind (global::System.IntPtr binder, uint value)
 
static void Bind (global::System.IntPtr binder, float value)
 
static void Bind (global::System.IntPtr binder, double value)
 
static void Bind (global::System.IntPtr binder, string value)
 
static void ArrayBegin (global::System.IntPtr binder, uint size)
 
static void ArrayEnd (global::System.IntPtr binder)
 
static void MapBegin (global::System.IntPtr binder, uint size)
 
static void MapEnd (global::System.IntPtr binder)
 
static void TypeBegin (global::System.IntPtr binder, string name)
 
static void PropertyName (global::System.IntPtr binder, string name)
 
static void TypeEnd (global::System.IntPtr binder)
 
static bool ResultBegin (global::System.IntPtr binder)
 
static void ResultEnd (global::System.IntPtr binder)
 
static void ResultVoid (global::System.IntPtr binder)
 
static bool ReadBool (global::System.IntPtr binder)
 
static uint ReadUnsigned (global::System.IntPtr binder)
 
static int ReadInt (global::System.IntPtr binder)
 
static float ReadFloat (global::System.IntPtr binder)
 
static double ReadDouble (global::System.IntPtr binder)
 
static string ReadString (global::System.IntPtr binder)
 
static uint ReadArrayBegin (global::System.IntPtr binder)
 
static void ReadArrayElement (global::System.IntPtr binder, uint index)
 
static void ReadArrayEnd (global::System.IntPtr binder)
 
static uint ReadMapBegin (global::System.IntPtr binder)
 
static void ReadMapKeyValue (global::System.IntPtr binder)
 
static void ReadMapEnd (global::System.IntPtr binder)
 
static bool ReadType (global::System.IntPtr binder, string name)
 
static bool ReadProperty (global::System.IntPtr binder, string name)
 
static int PeekValueType (global::System.IntPtr binder)
 
static void SkipValue (global::System.IntPtr binder)
 
static int GetArgumentsCount (global::System.IntPtr binder)
 

Public Attributes

const int MAX_TRACKING_TOUCHES = 8
 

Static Public Attributes

static readonly int COHTML_INVALID_LIVE_VIEW_ID = cohtmlNativePINVOKE.COHTML_INVALID_LIVE_VIEW_ID_get()
 
static readonly int COHTML_MAJOR_VERSION = cohtmlNativePINVOKE.COHTML_MAJOR_VERSION_get()
 
static readonly int COHTML_MINOR_VERSION = cohtmlNativePINVOKE.COHTML_MINOR_VERSION_get()
 
static readonly int COHTML_PATCH_VERSION = cohtmlNativePINVOKE.COHTML_PATCH_VERSION_get()
 
static readonly int COHTML_BUILD_VERSION = cohtmlNativePINVOKE.COHTML_BUILD_VERSION_get()
 
static readonly int COHTML_BITS_PER_VERSION = cohtmlNativePINVOKE.COHTML_BITS_PER_VERSION_get()
 
static readonly int COHTML_SDK_VER = cohtmlNativePINVOKE.COHTML_SDK_VER_get()
 
static readonly string COHERENT_RENDERING_LIBRARY_VERSION = cohtmlNativePINVOKE.COHERENT_RENDERING_LIBRARY_VERSION_get()
 

Member Function Documentation

◆ ArrayBegin()

static void cohtml.Net.cohtmlNative.ArrayBegin ( global::System.IntPtr  binder,
uint  size 
)
inlinestatic

◆ ArrayEnd()

static void cohtml.Net.cohtmlNative.ArrayEnd ( global::System.IntPtr  binder)
inlinestatic

◆ BeginEvent()

static void cohtml.Net.cohtmlNative.BeginEvent ( global::System.IntPtr  binder,
string  name,
int  arguments 
)
inlinestatic

◆ Bind() [1/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
bool  value 
)
inlinestatic

◆ Bind() [2/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
int  value 
)
inlinestatic

◆ Bind() [3/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
uint  value 
)
inlinestatic

◆ Bind() [4/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
float  value 
)
inlinestatic

◆ Bind() [5/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
double  value 
)
inlinestatic

◆ Bind() [6/6]

static void cohtml.Net.cohtmlNative.Bind ( global::System.IntPtr  binder,
string  value 
)
inlinestatic

◆ BindNull()

static void cohtml.Net.cohtmlNative.BindNull ( global::System.IntPtr  binder)
inlinestatic

◆ EndEvent()

static void cohtml.Net.cohtmlNative.EndEvent ( global::System.IntPtr  binder)
inlinestatic

◆ GetArgumentsCount()

static int cohtml.Net.cohtmlNative.GetArgumentsCount ( global::System.IntPtr  binder)
inlinestatic

◆ IsTagSelfClosing()

static bool cohtml.Net.cohtmlNative.IsTagSelfClosing ( HTMLTag  tag)
inlinestatic

◆ MapBegin()

static void cohtml.Net.cohtmlNative.MapBegin ( global::System.IntPtr  binder,
uint  size 
)
inlinestatic

◆ MapEnd()

static void cohtml.Net.cohtmlNative.MapEnd ( global::System.IntPtr  binder)
inlinestatic

◆ PeekValueType()

static int cohtml.Net.cohtmlNative.PeekValueType ( global::System.IntPtr  binder)
inlinestatic

◆ PropertyName()

static void cohtml.Net.cohtmlNative.PropertyName ( global::System.IntPtr  binder,
string  name 
)
inlinestatic

◆ ReadArrayBegin()

static uint cohtml.Net.cohtmlNative.ReadArrayBegin ( global::System.IntPtr  binder)
inlinestatic

◆ ReadArrayElement()

static void cohtml.Net.cohtmlNative.ReadArrayElement ( global::System.IntPtr  binder,
uint  index 
)
inlinestatic

◆ ReadArrayEnd()

static void cohtml.Net.cohtmlNative.ReadArrayEnd ( global::System.IntPtr  binder)
inlinestatic

◆ ReadBool()

static bool cohtml.Net.cohtmlNative.ReadBool ( global::System.IntPtr  binder)
inlinestatic

◆ ReadDouble()

static double cohtml.Net.cohtmlNative.ReadDouble ( global::System.IntPtr  binder)
inlinestatic

◆ ReadFloat()

static float cohtml.Net.cohtmlNative.ReadFloat ( global::System.IntPtr  binder)
inlinestatic

◆ ReadInt()

static int cohtml.Net.cohtmlNative.ReadInt ( global::System.IntPtr  binder)
inlinestatic

◆ ReadMapBegin()

static uint cohtml.Net.cohtmlNative.ReadMapBegin ( global::System.IntPtr  binder)
inlinestatic

◆ ReadMapEnd()

static void cohtml.Net.cohtmlNative.ReadMapEnd ( global::System.IntPtr  binder)
inlinestatic

◆ ReadMapKeyValue()

static void cohtml.Net.cohtmlNative.ReadMapKeyValue ( global::System.IntPtr  binder)
inlinestatic

◆ ReadProperty()

static bool cohtml.Net.cohtmlNative.ReadProperty ( global::System.IntPtr  binder,
string  name 
)
inlinestatic

◆ ReadString()

static string cohtml.Net.cohtmlNative.ReadString ( global::System.IntPtr  binder)
inlinestatic

◆ ReadType()

static bool cohtml.Net.cohtmlNative.ReadType ( global::System.IntPtr  binder,
string  name 
)
inlinestatic

◆ ReadUnsigned()

static uint cohtml.Net.cohtmlNative.ReadUnsigned ( global::System.IntPtr  binder)
inlinestatic

◆ ResultBegin()

static bool cohtml.Net.cohtmlNative.ResultBegin ( global::System.IntPtr  binder)
inlinestatic

◆ ResultEnd()

static void cohtml.Net.cohtmlNative.ResultEnd ( global::System.IntPtr  binder)
inlinestatic

◆ ResultVoid()

static void cohtml.Net.cohtmlNative.ResultVoid ( global::System.IntPtr  binder)
inlinestatic

◆ SkipValue()

static void cohtml.Net.cohtmlNative.SkipValue ( global::System.IntPtr  binder)
inlinestatic

◆ TypeBegin()

static void cohtml.Net.cohtmlNative.TypeBegin ( global::System.IntPtr  binder,
string  name 
)
inlinestatic

◆ TypeEnd()

static void cohtml.Net.cohtmlNative.TypeEnd ( global::System.IntPtr  binder)
inlinestatic

Member Data Documentation

◆ COHERENT_RENDERING_LIBRARY_VERSION

readonly string cohtml.Net.cohtmlNative.COHERENT_RENDERING_LIBRARY_VERSION = cohtmlNativePINVOKE.COHERENT_RENDERING_LIBRARY_VERSION_get()
static

◆ COHTML_BITS_PER_VERSION

readonly int cohtml.Net.cohtmlNative.COHTML_BITS_PER_VERSION = cohtmlNativePINVOKE.COHTML_BITS_PER_VERSION_get()
static

◆ COHTML_BUILD_VERSION

readonly int cohtml.Net.cohtmlNative.COHTML_BUILD_VERSION = cohtmlNativePINVOKE.COHTML_BUILD_VERSION_get()
static

◆ COHTML_INVALID_LIVE_VIEW_ID

readonly int cohtml.Net.cohtmlNative.COHTML_INVALID_LIVE_VIEW_ID = cohtmlNativePINVOKE.COHTML_INVALID_LIVE_VIEW_ID_get()
static

◆ COHTML_MAJOR_VERSION

readonly int cohtml.Net.cohtmlNative.COHTML_MAJOR_VERSION = cohtmlNativePINVOKE.COHTML_MAJOR_VERSION_get()
static

◆ COHTML_MINOR_VERSION

readonly int cohtml.Net.cohtmlNative.COHTML_MINOR_VERSION = cohtmlNativePINVOKE.COHTML_MINOR_VERSION_get()
static

◆ COHTML_PATCH_VERSION

readonly int cohtml.Net.cohtmlNative.COHTML_PATCH_VERSION = cohtmlNativePINVOKE.COHTML_PATCH_VERSION_get()
static

◆ COHTML_SDK_VER

readonly int cohtml.Net.cohtmlNative.COHTML_SDK_VER = cohtmlNativePINVOKE.COHTML_SDK_VER_get()
static

◆ MAX_TRACKING_TOUCHES

const int cohtml.Net.cohtmlNative.MAX_TRACKING_TOUCHES = 8