ScriptCompilerScriptCodeGenerator_GenerateWrappedScript Method |
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic abstract string ScriptCodeGenerator_GenerateWrappedScript(
IEnumerable<string> methods,
IEnumerable<string> usingNamespaces,
string inheritFrom
)
Parameters
- methods IEnumerableString
-
- usingNamespaces IEnumerableString
-
- inheritFrom String
-
Return Value
String
See Also