Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool isDisposing ) : void |
Close the underlying stream if we own it; otherwise, just nullify our reference.
|
|
LdifReader ( |
Read from an already-open FileStream, assumed to be ASCII-encoded.
|
|
LdifReader ( TextReader sr ) : System |
Read from an already-open TextReader, without assuming any particular encoding.
|
|
LdifReader ( string path ) : System |
Open the ASCII-encoded LDIF file at 'path' for reading.
|
|
Read ( ) : bool |
Raise any events from reading the next set of instructions from the LDIF. Return false if we have reached the end of the file. Otherwise, true.
|
public LdifReader ( |
||
fs | ||
Résultat | System |
public LdifReader ( TextReader sr ) : System | ||
sr | TextReader | |
Résultat | System |