C# 클래스 PowerShellRunnerService.StatService

파일 보기 프로젝트 열기: ClearMeasure/PowerShellRunnerService 1 사용 예제들

공개 메소드들

메소드 설명
InitScriptStat ( ScriptConfigElement e ) : ScriptStat
StatService ( ) : System.Collections.Generic
UpdateStats ( ScriptStat stat ) : void

메소드 상세

InitScriptStat() 공개 정적인 메소드

public static InitScriptStat ( ScriptConfigElement e ) : ScriptStat
e PowerShellRunnerService.Config.ScriptConfigElement
리턴 ScriptStat

StatService() 공개 메소드

public StatService ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UpdateStats() 공개 정적인 메소드

public static UpdateStats ( ScriptStat stat ) : void
stat ScriptStat
리턴 void