Der Haupteinstiegspunkt für die Anwendung. This is a static class (Module in Visual Basic)static classModule and so cannot be inherited or instantiated.


Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Friend Module Program
C#
internal static class Program
C++
ref class Program abstract  sealed 
J#
internal final class Program
JScript
internal  class Program

Inheritance Hierarchy

System.Object
   Flowvis.Program

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also