You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/VirtualClient/VirtualClient.Contracts/ISystemInfo.cs
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -57,12 +57,6 @@ public interface ISystemInfo
57
57
/// <returns>True/False is an IP is defined on current system.</returns>
58
58
boolIsLocalIPAddress(stringipAddress);
59
59
60
-
/// <summary>
61
-
/// Get the logged In Username i.e, username of the user who invoked a command with elevated privileges using the "sudo" command in Unix operating system.
62
-
/// </summary>
63
-
/// <returns>Username of the logged In user</returns>
64
-
stringGetLoggedInUserName();
65
-
66
60
/// <summary>
67
61
/// Returns information about the CPU on the system.
@@ -125,30 +125,6 @@ public async Task<CpuInfo> GetCpuInfoAsync(CancellationToken cancellationToken)
125
125
returninfo;
126
126
}
127
127
128
-
/// <summary>
129
-
/// Get the logged In Username i.e, username of the user who invoked a command with elevated privileges using the "sudo" command in Unix operating system.
0 commit comments