프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_properties | Hashtable |
메소드 | 설명 | |
---|---|---|
GetProperty ( object key ) : object | ||
GetProperty ( object key, object def ) : object | ||
Load ( |
||
Properties ( ) : System.IO | ||
Properties ( |
||
PutAll ( Hashtable properties ) : void | ||
SetProperty ( object key, object value ) : void | ||
Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void | ||
Store ( |
public GetProperty ( object key, object def ) : object | ||
key | object | |
def | object | |
리턴 | object |
public Properties ( |
||
defaultProp | ||
리턴 | System.IO |
public SetProperty ( object key, object value ) : void | ||
key | object | |
value | object | |
리턴 | void |
public Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void | ||
output | SharpCifs.Util.Sharpen.OutputStream | |
리턴 | void |