Click or drag to resize

DomainAssemblies Enumeration

Type of the assemblies to be loaded/referenced.

Namespace:  CSScriptLib
Assembly:  CSScriptLib (in CSScriptLib.dll) Version: 1.3.2.0
Syntax
C#
public enum DomainAssemblies
Members
  Member nameValueDescription
None0 No assemblies
AllStatic1 All static current AppDomain assemblies
AllStaticNonGAC2 All static and non-GAC current AppDomain assemblies
All3 All current AppDomain assemblies
See Also