C# Class SharpCifs.Util.Sharpen.Properties

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Protected Properties

Свойство Type Description
_properties Hashtable

Méthodes publiques

Méthode Description
GetProperty ( object key ) : object
GetProperty ( object key, object def ) : object
Load ( InputStream input ) : void
Properties ( ) : System.IO
Properties ( Properties defaultProp ) : System.IO
PutAll ( Hashtable properties ) : void
SetProperty ( object key, object value ) : void
Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void
Store ( TextWriter output ) : void

Method Details

GetProperty() public méthode

public GetProperty ( object key ) : object
key object
Résultat object

GetProperty() public méthode

public GetProperty ( object key, object def ) : object
key object
def object
Résultat object

Load() public méthode

public Load ( InputStream input ) : void
input InputStream
Résultat void

Properties() public méthode

public Properties ( ) : System.IO
Résultat System.IO

Properties() public méthode

public Properties ( Properties defaultProp ) : System.IO
defaultProp Properties
Résultat System.IO

PutAll() public méthode

public PutAll ( Hashtable properties ) : void
properties Hashtable
Résultat void

SetProperty() public méthode

public SetProperty ( object key, object value ) : void
key object
value object
Résultat void

Store() public méthode

public Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void
output SharpCifs.Util.Sharpen.OutputStream
Résultat void

Store() public méthode

public Store ( TextWriter output ) : void
output System.IO.TextWriter
Résultat void

Property Details

_properties protected_oe property

protected Hashtable _properties
Résultat Hashtable