Qyoto.QCoreApplication.QCoreApplication C# (CSharp) Method

QCoreApplication() public method

public QCoreApplication ( string argv ) : System
argv string
return System
        public QCoreApplication(string[] argv)
            : this((Type) null)
        {
            CreateProxy();

            string[] args = GenerateArgs(argv);

            interceptor.Invoke(	"QCoreApplication$?",
                                "QCoreApplication(int&, char**)",
                                typeof(void), typeof(int), args.Length, typeof(string[]), args );
            SetupEventReceiver();
        }