Parses XML property lists.
See Also: Inherited members from object.
|
static
|
Parse
(byte[])Parses a XML property list from a byte array. |
|
|
static
|
Parse
(System.IO.FileInfo)Parses a XML property list file. |
|
|
static
|
Parse
(System.IO.Stream)Parses a XML property list from an input stream. |
|
Parses a XML property list from a byte array.Syntax
Parameters
- bytes
- The byte array containing the property list's data.
Returns
The root object of the property list. This is usually a NSDictionary but can also be a NSArray.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Parses a XML property list file.Syntax
public static NSObject Parse (System.IO.FileInfo f)Parameters
- f
- The XML property list file.
Returns
The root object of the property list. This is usually a NSDictionary but can also be a NSArray.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0
Parses a XML property list from an input stream.Syntax
public static NSObject Parse (System.IO.Stream str)Parameters
- str
- The input stream pointing to the property list's data.
Returns
The root object of the property list. This is usually a NSDictionary but can also be a NSArray.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Claunia.PropertyList
Assembly: plist-cil (in plist-cil.dll)
Assembly Versions: 1.13.0.0, 1.14.0.0