Exemplo n.º 1
0
 private void ThrowIfFailed(SharpGen.Runtime.Result hr)
 {
     if (hr != SharpGen.Runtime.Result.Ok)
     {
         throw new NotImplementedException();
     }
 }
Exemplo n.º 2
0
 void ThrowIfFailed(SharpGen.Runtime.Result hr)
 {
     if (hr != SharpGen.Runtime.Result.Ok)
     {
         throw new NotImplementedException(hr.ToString());
     }
 }
Exemplo n.º 3
0
 public static unsafe int CalliStdCallint0(void *thisObject, int param0, void *param1, SharpGen.Runtime.Result param2, void *param3, void *methodPtr)
 {
     throw null;
 }
Exemplo n.º 4
0
 public static unsafe int Calliint0(void *thisObject, void *param0, SharpGen.Runtime.Result param1, System.UInt32 param2, void *methodPtr)
 {
     throw null;
 }