MutexOwnerInformationThreadId Property
Gets the identifier of the thread that owns the mutex.
Namespace: DevCase.Win32.StructuresAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int ThreadId { get; }
Public ReadOnly Property ThreadId As Integer
Get
Dim instance As MutexOwnerInformation
Dim value As Integer
value = instance.ThreadId
public:
property int ThreadId {
int get ();
}
member ThreadId : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32