AmandaInterface.AmandaHook.SetInterrupt C# (CSharp) Méthode

SetInterrupt() private méthode

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

Usage Example

Exemple #1
0
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }