Der Haupteinstiegspunkt für die Anwendung.
Namespace: Volumerenderer
Assembly: Volumes (in Volumes.exe)
Syntax
Visual Basic (Declaration) |
---|
<STAThreadAttribute> Private Shared Sub Main() |
C# |
---|
[STAThreadAttribute] private static void Main() |
C++ |
---|
[STAThreadAttribute] private: static void Main() |
J# |
---|
/** @attribute STAThreadAttribute() */ private static void Main() |
JScript |
---|
private static STAThreadAttribute function Main() |