The NETMFApplication type exposes the following members.

Constructors

  NameDescription
Public methodNETMFApplication
Initializes a new instance of the NETMFApplication class

Methods

  NameDescription
Public methodEntryPoint
Initializes and starts the application.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMain
Main method of the application
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSendMessage
Sends a message to this application
Public methodTerminate
Terminate the application
Public methodTerminating
Is called when the application should terminate.
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyApplicationDetails
Public propertyApplicationImage
Public propertyApplicationPath
Gets the application path
Public propertyStartupArgs
Gets the application startup args
Public propertyThreadId
Gets the unique id of the application
Public propertyThreadPriority
Gets or sets the thread priority of the application main thread.

See Also