Overload List
| Name | Description | |
|---|---|---|
| MakeNewThread(ParameterizedThreadStart) |
Assigns the newly created thread's UI culture
to that of the current thread. This enforces
all VisionPro .NET threads to have the same UI culture
of the main thread.
| |
| MakeNewThread(ThreadStart) |
Assigns the newly created thread's UI culture
to that of the current thread. This enforces
all VisionPro .NET threads to have the same UI culture
of the main thread.
| |
| MakeNewThread(ParameterizedThreadStart, Int32) |
Assigns the newly created thread's UI culture
to that of the current thread. This enforces
all VisionPro .NET threads to have the same UI culture
of the main thread.
| |
| MakeNewThread(ThreadStart, Int32) |
Assigns the newly created thread's UI culture
to that of the current thread. This enforces
all VisionPro .NET threads to have the same UI culture
of the main thread.
|
See Also