Свойство | Type | Description | |
---|---|---|---|
_information | string |
Свойство | Type | Description | |
---|---|---|---|
SessionDescription | System |
Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IsSameSession ( |
||
IsUpdateOf ( |
||
Load ( Stream stream ) : |
||
Load ( Stream stream, LoadOptions loadOptions ) : |
||
Load ( TextReader reader ) : |
||
Load ( TextReader reader, LoadOptions loadOptions ) : |
||
Parse ( string text ) : |
||
Parse ( string text, LoadOptions options ) : |
||
Save ( Stream stream ) : void | ||
Save ( |
||
SessionDescription ( ) : System | ||
SetReadOnly ( ) : void | ||
ToString ( ) : string | ||
operator ( ) : bool |
Méthode | Description | |
---|---|---|
SessionDescription ( bool initialize ) : System |
public IsSameSession ( |
||
sd | ||
Résultat | bool |
public IsUpdateOf ( |
||
sd | ||
Résultat | bool |
public static Load ( Stream stream ) : |
||
stream | Stream | |
Résultat |
public static Load ( Stream stream, LoadOptions loadOptions ) : |
||
stream | Stream | |
loadOptions | LoadOptions | |
Résultat |
public static Load ( TextReader reader ) : |
||
reader | TextReader | |
Résultat |
public static Load ( TextReader reader, LoadOptions loadOptions ) : |
||
reader | TextReader | |
loadOptions | LoadOptions | |
Résultat |
public static Parse ( string text ) : |
||
text | string | |
Résultat |
public static Parse ( string text, LoadOptions options ) : |
||
text | string | |
options | LoadOptions | |
Résultat |
public Save ( |
||
textWriter | ||
Résultat | void |