Click or drag to resize

ReferenceAssemblyLoader Class

Responsible for managing reference assemblies for the active export profile.
Inheritance Hierarchy
SystemObject
  UMod.BuildEngineReferenceAssemblyLoader

Namespace:  UMod.BuildEngine
Assembly:  UMod-BuildEngine (in UMod-BuildEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static class ReferenceAssemblyLoader

The ReferenceAssemblyLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoadReferencedAssemblies
Attempts to load all assembly references required by the active export profile.
Top
See Also