Property | Type | Description | |
---|---|---|---|
_properties | Hashtable |
Method | Description | |
---|---|---|
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 | |
return | object |
public Properties ( |
||
defaultProp | ||
return | System.IO |
public PutAll ( Hashtable properties ) : void | ||
properties | Hashtable | |
return | void |
public SetProperty ( object key, object value ) : void | ||
key | object | |
value | object | |
return | void |
public Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void | ||
output | SharpCifs.Util.Sharpen.OutputStream | |
return | void |
public Store ( |
||
output | ||
return | void |