Méthode | Description | |
---|---|---|
CreateStream ( FileMode mode ) : Stream |
Create a stream to read the resource.
|
|
Delete ( ) : void |
Delete operations are not supported for resource persistence.
|
|
Exists ( ) : bool |
Exist is not supported for resource persistence.
|
|
LoadString ( ) : String |
Load a string.
|
|
RenameTo ( IPersistenceLocation toLocation ) : void |
Rename is not supported for resource persistence.
|
|
ResourcePersistence ( String resource ) : System |
Construct a location to read from the specified resource.
|
public CreateStream ( FileMode mode ) : Stream | ||
mode | FileMode | |
Résultat | Stream |
public RenameTo ( IPersistenceLocation toLocation ) : void | ||
toLocation | IPersistenceLocation | Not used. |
Résultat | void |
public ResourcePersistence ( String resource ) : System | ||
resource | String | The resource to read from. |
Résultat | System |