CSharpScriptExecution.AddAssembly
Adds core system assemblies and namespaces for basic operation.
Any additional references need to be explicitly added.
Alternatelively use: AddLoadedReferences()
public bool AddAssembly(Type type)
Parameters
type
any .NET type that can be referenced in the current application
