Click or drag to resize

ScriptCompilerScriptCodeGenerator_GenerateWrappedScript Method


Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public abstract string ScriptCodeGenerator_GenerateWrappedScript(
	IEnumerable<string> methods,
	IEnumerable<string> usingNamespaces,
	string inheritFrom
)

Parameters

methods  IEnumerableString
 
usingNamespaces  IEnumerableString
 
inheritFrom  String
 

Return Value

String
See Also