C# Class Qyoto.QCoreApplication

Inheritance: QObject, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

Method Description
Invoke ( EventFunc dele ) : void
QCoreApplication ( string argv ) : System

Protected Methods

Method Description
SetupEventReceiver ( ) : void

Private Methods

Method Description
GenerateArgs ( string argv ) : string[]

Method Details

Invoke() public static method

public static Invoke ( EventFunc dele ) : void
dele EventFunc
return void

QCoreApplication() public method

public QCoreApplication ( string argv ) : System
argv string
return System

SetupEventReceiver() protected method

protected SetupEventReceiver ( ) : void
return void