예제 #1
0
 public static IntPtr JassStringManager__ResizePrototype(JassStringManager * @this, UInt32 newSize)
 {
     return(ThisCall.Invoke <IntPtr>(GameAddresses.JassStringManager__Resize, new IntPtr(@this), newSize));
 }
예제 #2
0
 public static unsafe IntPtr JassStringManager__ResizePrototype(JassStringManager * @this, uint newSize)
 {
     return(ThisCall.Invoke <IntPtr>(GameAddresses.JassStringManager__Resize, new IntPtr((void *)@this), newSize));
 }