C# 클래스 Wv.wv

파일 보기 프로젝트 열기: apenwarr/versaplex

공개 메소드들

메소드 설명
IsMono ( ) : bool
PathCombine ( string first ) : string
PathJoin ( string first ) : string
PathSplit ( string path ) : string[]
_hexdump ( WvBytes b ) : string
add_breaks_to_newlines ( string orig ) : string
assert ( ) : void
assert ( bool b ) : void
assert ( bool b, object msg ) : void
assert ( bool b, string fmt ) : void
atod ( object o ) : double
atoi ( object o ) : int
atol ( object o ) : long
cookiesplit ( string>.Dictionary d, string query ) : void
date ( object s ) : System.DateTime
fmt ( string format ) : string
getenv ( string key ) : string
hexdump ( WvBytes b ) : object
httpdate ( System.DateTime d ) : string
isempty ( System.DateTime d ) : bool
isempty ( System.TimeSpan t ) : bool
isempty ( string s ) : bool
print ( string format ) : void
printerr ( string format ) : void
randombytes ( int num ) : byte[]
shift ( string &array ) : string
shift ( string &array, int index ) : string
sleep ( int msec_delay ) : void
sort ( ICollection keys ) : Array
sort ( ICollection keys, IComparer comparer ) : Array
stringify ( ICollection keys ) : string[]
until ( System.DateTime t ) : IEnumerable
until ( int msec_timeout ) : IEnumerable
urldecode ( string s ) : string
urlencode ( string s ) : string
urlsplit ( string>.Dictionary d, string query ) : void

비공개 메소드들

메소드 설명
hexbyte ( WvBytes b, int ofs ) : string
intclean ( object o, bool allow_dot ) : string
printable ( WvBytes b, int ofs ) : char

메소드 상세

IsMono() 공개 정적인 메소드

public static IsMono ( ) : bool
리턴 bool

PathCombine() 공개 정적인 메소드

public static PathCombine ( string first ) : string
first string
리턴 string

PathJoin() 공개 정적인 메소드

public static PathJoin ( string first ) : string
first string
리턴 string

PathSplit() 공개 정적인 메소드

public static PathSplit ( string path ) : string[]
path string
리턴 string[]

_hexdump() 공개 정적인 메소드

public static _hexdump ( WvBytes b ) : string
b WvBytes
리턴 string

add_breaks_to_newlines() 공개 정적인 메소드

public static add_breaks_to_newlines ( string orig ) : string
orig string
리턴 string

assert() 공개 정적인 메소드

public static assert ( ) : void
리턴 void

assert() 공개 정적인 메소드

public static assert ( bool b ) : void
b bool
리턴 void

assert() 공개 정적인 메소드

public static assert ( bool b, object msg ) : void
b bool
msg object
리턴 void

assert() 공개 정적인 메소드

public static assert ( bool b, string fmt ) : void
b bool
fmt string
리턴 void

atod() 공개 정적인 메소드

public static atod ( object o ) : double
o object
리턴 double

atoi() 공개 정적인 메소드

public static atoi ( object o ) : int
o object
리턴 int

atol() 공개 정적인 메소드

public static atol ( object o ) : long
o object
리턴 long

cookiesplit() 공개 정적인 메소드

public static cookiesplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
리턴 void

date() 공개 정적인 메소드

public static date ( object s ) : System.DateTime
s object
리턴 System.DateTime

fmt() 공개 정적인 메소드

public static fmt ( string format ) : string
format string
리턴 string

getenv() 공개 정적인 메소드

public static getenv ( string key ) : string
key string
리턴 string

hexdump() 공개 정적인 메소드

public static hexdump ( WvBytes b ) : object
b WvBytes
리턴 object

httpdate() 공개 정적인 메소드

public static httpdate ( System.DateTime d ) : string
d System.DateTime
리턴 string

isempty() 공개 정적인 메소드

public static isempty ( System.DateTime d ) : bool
d System.DateTime
리턴 bool

isempty() 공개 정적인 메소드

public static isempty ( System.TimeSpan t ) : bool
t System.TimeSpan
리턴 bool

isempty() 공개 정적인 메소드

public static isempty ( string s ) : bool
s string
리턴 bool

print() 공개 정적인 메소드

public static print ( string format ) : void
format string
리턴 void

printerr() 공개 정적인 메소드

public static printerr ( string format ) : void
format string
리턴 void

randombytes() 공개 정적인 메소드

public static randombytes ( int num ) : byte[]
num int
리턴 byte[]

shift() 공개 정적인 메소드

public static shift ( string &array ) : string
array string
리턴 string

shift() 공개 정적인 메소드

public static shift ( string &array, int index ) : string
array string
index int
리턴 string

sleep() 공개 정적인 메소드

public static sleep ( int msec_delay ) : void
msec_delay int
리턴 void

sort() 공개 정적인 메소드

public static sort ( ICollection keys ) : Array
keys ICollection
리턴 System.Array

sort() 공개 정적인 메소드

public static sort ( ICollection keys, IComparer comparer ) : Array
keys ICollection
comparer IComparer
리턴 System.Array

stringify() 공개 정적인 메소드

public static stringify ( ICollection keys ) : string[]
keys ICollection
리턴 string[]

until() 공개 정적인 메소드

public static until ( System.DateTime t ) : IEnumerable
t System.DateTime
리턴 IEnumerable

until() 공개 정적인 메소드

public static until ( int msec_timeout ) : IEnumerable
msec_timeout int
리턴 IEnumerable

urldecode() 공개 정적인 메소드

public static urldecode ( string s ) : string
s string
리턴 string

urlencode() 공개 정적인 메소드

public static urlencode ( string s ) : string
s string
리턴 string

urlsplit() 공개 정적인 메소드

public static urlsplit ( string>.Dictionary d, string query ) : void
d string>.Dictionary
query string
리턴 void