Esempio n. 1
0
 public static extern int uv_handle_size(UVHandleType handleType);
Esempio n. 2
0
 protected void CreateHandle(UVHandleType type)
 {
     CreateMemory(UVIntrop.handle_size(type));
 }
Esempio n. 3
0
 public static int handle_size(UVHandleType handleType)
 {
     return(uv_handle_size(handleType));
 }