Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) Cassia.Impl NativeMethodsHelper.ShutdownSystemの例
プログラミング言語:
C# (CSharp)
名前空間/パッケージ名:
Cassia.Impl
クラス/型:
NativeMethodsHelper
メソッド/関数:
ShutdownSystem
hotexamples.comのコード掲載数:
1
C# (CSharp) Cassia.Impl NativeMethodsHelper.ShutdownSystem - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
Cassia.Impl.NativeMethodsHelper.ShutdownSystem
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
QuerySessionInformationForStruct(6)
QuerySessionInformationForString(5)
FileTimeToDateTime(3)
QuerySessionInformationForInt(2)
ExtractIPAddress(2)
GetWinStationInformation(2)
QuerySessionInformationForShort(2)
Connect(1)
StopRemoteControl(1)
StartRemoteControl(1)
ShutdownSystem(1)
SendMessage(1)
LogoffSession(1)
QuerySessionInformationForEndPoint(1)
QuerySessionInformationForClientBuildNumber(1)
DisconnectSession(1)
LegacyStopRemoteControl(1)
LegacyStartRemoteControl(1)
LegacyConnect(1)
GetSessionInfos(1)
GetConnectionState(1)
ForEachProcessInfo(1)
TerminateProcess(1)
よく使われるメソッド
QuerySessionInformationForStruct (6)
QuerySessionInformationForString (5)
FileTimeToDateTime (3)
QuerySessionInformationForInt (2)
ExtractIPAddress (2)
GetWinStationInformation (2)
QuerySessionInformationForShort (2)
Connect (1)
StopRemoteControl (1)
StartRemoteControl (1)
よく使われるメソッド
ShutdownSystem (1)
SendMessage (1)
LogoffSession (1)
QuerySessionInformationForEndPoint (1)
QuerySessionInformationForClientBuildNumber (1)
DisconnectSession (1)
LegacyStopRemoteControl (1)
LegacyStartRemoteControl (1)
LegacyConnect (1)
GetSessionInfos (1)
GetConnectionState (1)
ForEachProcessInfo (1)
TerminateProcess (1)
よく使われるメソッド
GetConnectionState (1)
ForEachProcessInfo (1)
TerminateProcess (1)
コード例 #1
0
ファイルを表示
ファイル:
TerminalServer.cs
プロジェクト:
ravel57/PCsearchMultitool
public void Shutdown(ShutdownType type) { NativeMethodsHelper.ShutdownSystem(Handle, (int)type); }
x