OpenNETCF Smart Device Framework 2.3
Provides static (Shared in Visual Basic) methods and properties to manage an application, such as methods to start and stop an application, to process Windows messages, and properties to get information about an application. This class cannot be inherited.
Namespace:
OpenNETCF.Windows.Forms
Assembly:
OpenNETCF.Windows.Forms (in OpenNETCF.Windows.Forms.dll) Version: 2.3.0.0
Syntax
| C# |
|---|
public static class Application2 |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Application2 |
| Visual Basic (Usage) |
|---|
You do not need to declare an instance of a static class in order to access its members. |
| Visual C++ |
|---|
public ref class Application2 abstract sealed |
| J# |
|---|
public final class Application2 |
| JScript |
|---|
public final class Application2 |
| JavaScript |
|---|
OpenNETCF.Windows.Forms.Application2 = function();
Type.createClass(
'OpenNETCF.Windows.Forms.Application2'); |
Inheritance Hierarchy
See Also