Qyoto.Qt.Usleep C# (CSharp) 메소드

Usleep() 공개 정적인 메소드

public static Usleep ( uint arg1 ) : int
arg1 uint
리턴 int
        public static int Usleep(uint arg1)
        {
            return (int) staticInterceptor.Invoke("usleep$", "usleep(unsigned)", typeof(int), typeof(uint), arg1);
        }