Cocoa.Application.Init C# (CSharp) Method

Init() public static method

public static Init ( ) : void
return void
        public static void Init()
        {
            IntPtr psn = IntPtr.Zero;
            pool = new AutoreleasePool ();
            GetCurrentProcess (ref psn);
            TransformProcessType (ref psn, 1);
            SetFrontProcess (ref psn);
        }