Method | Description | |
---|---|---|
Add ( System.Guid guid, |
Adds a new compiled script to the storage.
|
|
Exists ( System.Guid guid ) : bool |
A value indicating whether the compiled script exists.
|
|
Remove ( System.Guid guid ) : void |
Removes a compiled script.
|
|
ScriptStorageBuffer ( ) : System |
Initializes a new ScriptStorageBuffer class.
|
|
Update ( System.Guid guid, |
Updates a already existing compiled script.
|
|
this ( System.Guid guid ) : |
Sets or gets the CompiledScript.
|
public Add ( System.Guid guid, |
||
guid | System.Guid | The Guid. |
compiledScript | The CompiledScript. | |
return | void |
public Exists ( System.Guid guid ) : bool | ||
guid | System.Guid | The Guid. |
return | bool |
public Remove ( System.Guid guid ) : void | ||
guid | System.Guid | The Guid. |
return | void |
public Update ( System.Guid guid, |
||
guid | System.Guid | The Guid. |
compiledScript | The CompiledScript. | |
return | void |
public this ( System.Guid guid ) : |
||
guid | System.Guid | The Guid. |
return |