C# Class Sharpex2D.Scripting.ScriptStorageBuffer

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
Add ( System.Guid guid, Assembly compiledScript ) : void

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, Assembly compiledScript ) : void

Updates a already existing compiled script.

this ( System.Guid guid ) : Assembly

Sets or gets the CompiledScript.

Method Details

Add() public méthode

Adds a new compiled script to the storage.
public Add ( System.Guid guid, Assembly compiledScript ) : void
guid System.Guid The Guid.
compiledScript System.Reflection.Assembly The CompiledScript.
Résultat void

Exists() public méthode

A value indicating whether the compiled script exists.
public Exists ( System.Guid guid ) : bool
guid System.Guid The Guid.
Résultat bool

Remove() public méthode

Removes a compiled script.
public Remove ( System.Guid guid ) : void
guid System.Guid The Guid.
Résultat void

ScriptStorageBuffer() public méthode

Initializes a new ScriptStorageBuffer class.
public ScriptStorageBuffer ( ) : System
Résultat System

Update() public méthode

Updates a already existing compiled script.
public Update ( System.Guid guid, Assembly compiledScript ) : void
guid System.Guid The Guid.
compiledScript System.Reflection.Assembly The CompiledScript.
Résultat void

this() public méthode

Sets or gets the CompiledScript.
public this ( System.Guid guid ) : Assembly
guid System.Guid The Guid.
Résultat System.Reflection.Assembly