C# 클래스 SharpCifs.Util.Sharpen.Properties

파일 보기 프로젝트 열기: brandonprry/Potato 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_properties Hashtable

공개 메소드들

메소드 설명
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

메소드 상세

GetProperty() 공개 메소드

public GetProperty ( object key ) : object
key object
리턴 object

GetProperty() 공개 메소드

public GetProperty ( object key, object def ) : object
key object
def object
리턴 object

Load() 공개 메소드

public Load ( InputStream input ) : void
input InputStream
리턴 void

Properties() 공개 메소드

public Properties ( ) : System.IO
리턴 System.IO

Properties() 공개 메소드

public Properties ( Properties defaultProp ) : System.IO
defaultProp Properties
리턴 System.IO

PutAll() 공개 메소드

public PutAll ( Hashtable properties ) : void
properties Hashtable
리턴 void

SetProperty() 공개 메소드

public SetProperty ( object key, object value ) : void
key object
value object
리턴 void

Store() 공개 메소드

public Store ( SharpCifs.Util.Sharpen.OutputStream output ) : void
output SharpCifs.Util.Sharpen.OutputStream
리턴 void

Store() 공개 메소드

public Store ( TextWriter output ) : void
output System.IO.TextWriter
리턴 void

프로퍼티 상세

_properties 보호되어 있는 프로퍼티

protected Hashtable _properties
리턴 Hashtable