Метод | Описание | |
---|---|---|
Interrogate ( string>.Dictionary |
Get some useful information for debug purposes letting us find out how things are set up. I should list them all here, really.
|
|
Open ( |
Opens a stream from a store by its key string.
|
|
Register ( string name, ISwiffotronStore store ) : void | ||
Save ( |
Writes a block of data to the store specified in the fully qualified store key of the form [store name]:[store key]
|
|
Stores ( |
public Interrogate ( string>.Dictionary |
||
info | string>.Dictionary | An accumulating big map of arbitrary string->string data /// that you can pick apart and use as you so desire. |
Результат | void |
public Open ( |
||
ctx | ||
key | string | The key, including store prefix |
Результат | Stream |
public Register ( string name, ISwiffotronStore store ) : void | ||
name | string | |
store | ISwiffotronStore | |
Результат | void |
public Save ( |
||
ctx | ||
key | string | The store key |
data | byte | The data to store as a byte array. |
Результат | string |
public Stores ( |
||
conf | ||
Результат | System |