C# 클래스 RegisterManifest.WEvtUtil

파일 보기 프로젝트 열기: hidglobal/EtwManifestRegister

공개 메소드들

메소드 설명
GetStatus ( string appSource ) : void
Install ( string manifestFile ) : void
Uninstall ( string manifestFile ) : void

메소드 상세

GetStatus() 공개 정적인 메소드

public static GetStatus ( string appSource ) : void
appSource string
리턴 void

Install() 공개 정적인 메소드

public static Install ( string manifestFile ) : void
manifestFile string
리턴 void

Uninstall() 공개 정적인 메소드

public static Uninstall ( string manifestFile ) : void
manifestFile string
리턴 void