AmandaInterface.AmandaHook.SetInterrupt C# (CSharp) Method

SetInterrupt() private method

private SetInterrupt ( [ b ) : void
b [
return void
        public static extern void SetInterrupt([MarshalAs(UnmanagedType.Bool)] bool b);

Usage Example

Ejemplo n.º 1
0
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }