C# 클래스 BrowserSelect.Program

파일 보기 프로젝트 열기: zumoshi/BrowserSelect

공개 프로퍼티들

프로퍼티 타입 설명
url string

공개 메소드들

메소드 설명
Args2Str ( List args ) : string
Args2Str ( string args ) : string
DoesDomainMatchPattern ( string domain, string domainToCheck ) : bool

Checks if a wildcard string matches a domain taken from http://madskristensen.net/post/wildcard-search-for-domains-in-c

DoesWildcardMatch ( string originalString, string searchString ) : bool

Performs a wildcard (*) search on any string.

EncodeParameterArgument ( string original ) : string

Encodes an argument for passing into a program taken from : http://stackoverflow.com/a/12364234/1461004

ProgramFilesx86 ( ) : string
time ( double unixTimeStamp ) : System.DateTime
time ( string unixTimeStamp ) : System.DateTime
time ( ) : double
time ( System.DateTime dateTime ) : double

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Args2Str() 공개 정적인 메소드

public static Args2Str ( List args ) : string
args List
리턴 string

Args2Str() 공개 정적인 메소드

public static Args2Str ( string args ) : string
args string
리턴 string

DoesDomainMatchPattern() 공개 정적인 메소드

Checks if a wildcard string matches a domain taken from http://madskristensen.net/post/wildcard-search-for-domains-in-c
public static DoesDomainMatchPattern ( string domain, string domainToCheck ) : bool
domain string
domainToCheck string
리턴 bool

DoesWildcardMatch() 공개 정적인 메소드

Performs a wildcard (*) search on any string.
public static DoesWildcardMatch ( string originalString, string searchString ) : bool
originalString string
searchString string
리턴 bool

EncodeParameterArgument() 공개 정적인 메소드

Encodes an argument for passing into a program taken from : http://stackoverflow.com/a/12364234/1461004
public static EncodeParameterArgument ( string original ) : string
original string The value that should be received by the program
리턴 string

ProgramFilesx86() 공개 정적인 메소드

public static ProgramFilesx86 ( ) : string
리턴 string

time() 공개 정적인 메소드

public static time ( double unixTimeStamp ) : System.DateTime
unixTimeStamp double
리턴 System.DateTime

time() 공개 정적인 메소드

public static time ( string unixTimeStamp ) : System.DateTime
unixTimeStamp string
리턴 System.DateTime

time() 공개 정적인 메소드

public static time ( ) : double
리턴 double

time() 공개 정적인 메소드

public static time ( System.DateTime dateTime ) : double
dateTime System.DateTime
리턴 double

프로퍼티 상세

url 공개적으로 정적으로 프로퍼티

public static string url
리턴 string