C# Класс Nexus.Client.ModManagement.Scripting.CSharpScript.CSharpScript

Represents an C# script.
Наследование: ObservableObject, IScript
Показать файл Открыть проект

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

Метод Описание
CSharpScript ( CSharpScriptType p_cstScripType, string p_strCode ) : Nexus.Client.Util

A simple constructor that initializes the object with the given values.

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

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

A simple constructor that initializes the object with the given values.
public CSharpScript ( CSharpScriptType p_cstScripType, string p_strCode ) : Nexus.Client.Util
p_cstScripType CSharpScriptType The script's type.
p_strCode string The C# script code.
Результат Nexus.Client.Util