AmandaInterface.AmandaHook.SetInterrupt C# (CSharp) 메소드

SetInterrupt() 개인적인 메소드

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

Usage Example

예제 #1
0
파일: Amanda.cs 프로젝트: remco138/amanda
 public void SetInterrupt(bool b)
 {
     AmandaHook.SetInterrupt(b);
 }