Class WindowsSession
Get information about the win32 session
Inheritance
System.Object
WindowsSession
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Win32
Assembly: Simplic.CoreLib.dll
Syntax
public class WindowsSession
Methods
GetCurrentThreadId()
Declaration
public static extern int GetCurrentThreadId()
Returns
Type | Description |
---|---|
System.Int32 |
GetSid()
The getLogonSid function returns the Logon Session string
Declaration
public static string GetSid()
Returns
Type | Description |
---|---|
System.String |