Example #1
0
 internal static extern void Stop(ApplicationSafeHandle app);
Example #2
0
        public Application(string[] args)
        {
            int argc = args.Length;

            _handle = new ApplicationSafeHandle(ApplicationNative.Create(ref argc, args));
        }