C# 클래스 Sharpex2D.Scripting.ScriptStorageBuffer

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
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