C# Класс Sharpex2D.Scripting.ScriptStorageBuffer

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

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.
Результат void

Exists() публичный Метод

A value indicating whether the compiled script exists.
public Exists ( System.Guid guid ) : bool
guid System.Guid The Guid.
Результат bool

Remove() публичный Метод

Removes a compiled script.
public Remove ( System.Guid guid ) : void
guid System.Guid The Guid.
Результат void

ScriptStorageBuffer() публичный Метод

Initializes a new ScriptStorageBuffer class.
public ScriptStorageBuffer ( ) : System
Результат System

Update() публичный Метод

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.
Результат void

this() публичный Метод

Sets or gets the CompiledScript.
public this ( System.Guid guid ) : Assembly
guid System.Guid The Guid.
Результат System.Reflection.Assembly