C# 클래스 ClrPlus.Platform.CurrentProcess

파일 보기 프로젝트 열기: perpetual-motion/clrplus

공개 메소드들

메소드 설명
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

메소드 상세

ElevateSelf() 공개 정적인 메소드

public static ElevateSelf ( bool waitForParentAndChild = false, string replacementCmdLineArguments = null, bool rejoinConsole = false, string replacementExeName = null ) : void
waitForParentAndChild bool
replacementCmdLineArguments string
rejoinConsole bool
replacementExeName string
리턴 void

RestartDetached() 공개 정적인 메소드

public static RestartDetached ( ) : void
리턴 void

RestartWithNewExe() 공개 정적인 메소드

public static RestartWithNewExe ( string newExePath, string replacementCmdLineArguments = null, bool waitForParentAndChild = false ) : void
newExePath string
replacementCmdLineArguments string
waitForParentAndChild bool
리턴 void