Click or drag to resize
NativeMethods Class
Provides access to native methods.
Inheritance Hierarchy
SystemObject
  Lawo.ThreadingNativeMethods

Namespace: Lawo.Threading
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static class NativeMethods

The NativeMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetCurrentThreadId
Returns the return value of GetCurrentThreadId.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also