C# Class Nexus.Client.ModManagement.Scripting.CSharpScript.CSharpScript

Represents an C# script.
Inheritance: ObservableObject, IScript
Afficher le fichier Open project: NexusMods/NexusModManager-4.5

Méthodes publiques

Méthode Description
CSharpScript ( CSharpScriptType p_cstScripType, string p_strCode ) : Nexus.Client.Util

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

Method Details

CSharpScript() public méthode

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.
Résultat Nexus.Client.Util