C# Class ClrPlus.Platform.CurrentProcess

Afficher le fichier Open project: perpetual-motion/clrplus

Méthodes publiques

Méthode Description
ElevateSelf ( bool waitForParentAndChild = false, string replacementCmdLineArguments = null, bool rejoinConsole = false, string replacementExeName = null ) : void
RestartDetached ( ) : void
RestartWithNewExe ( string newExePath, string replacementCmdLineArguments = null, bool waitForParentAndChild = false ) : void

Method Details

ElevateSelf() public static méthode

public static ElevateSelf ( bool waitForParentAndChild = false, string replacementCmdLineArguments = null, bool rejoinConsole = false, string replacementExeName = null ) : void
waitForParentAndChild bool
replacementCmdLineArguments string
rejoinConsole bool
replacementExeName string
Résultat void

RestartDetached() public static méthode

public static RestartDetached ( ) : void
Résultat void

RestartWithNewExe() public static méthode

public static RestartWithNewExe ( string newExePath, string replacementCmdLineArguments = null, bool waitForParentAndChild = false ) : void
newExePath string
replacementCmdLineArguments string
waitForParentAndChild bool
Résultat void