C# 클래스 Fan.Sys.SysProps

SysProps serves the role of Java's System.properties.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
getProperty ( string name ) : string

Return the system property for this name, or null if no matching property value can be found.

putProperty ( string name, string val ) : void

Set the system property for this name.

메소드 상세

getProperty() 공개 정적인 메소드

Return the system property for this name, or null if no matching property value can be found.
public static getProperty ( string name ) : string
name string
리턴 string

putProperty() 공개 정적인 메소드

Set the system property for this name.
public static putProperty ( string name, string val ) : void
name string
val string
리턴 void