C# 클래스 Nexus.Client.ModManagement.Scripting.CSharpScript.CSharpScript

Represents an C# script.
상속: ObservableObject, IScript
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

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