메소드 | 설명 | |
---|---|---|
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 RenameTo ( IPersistenceLocation toLocation ) : void | ||
toLocation | IPersistenceLocation | Not used. |
리턴 | void |
public ResourcePersistence ( String resource ) : System | ||
resource | String | The resource to read from. |
리턴 | System |