bigloo.foreign.getpid C# (CSharp) Method

getpid() public static method

public static getpid ( ) : long
return long
        public static long getpid()
        {
            return 0;
        }
foreign