API Help
Eplan.EplApi.Starter Namespace / AssemblyResolver Class
Methods

In This Topic
    AssemblyResolver Class Members
    In This Topic

    The following tables list the members exposed by AssemblyResolver.

    Public Constructors
     NameDescription
    Public ConstructorCreate one AssemblyResolver. This will automatically add an AssemblyResolve Event Handler for this domain.  
    Top
    Public Methods
     NameDescription
    Public MethodGet the Eplan bin path. The Eplan bin path where the w3u.exe of your variant is in (p.e. Electric P8)  
    Public MethodGet the Platform bin path. The bin path where the w3Sharedu.dll is in and all your API dlls  
    Public MethodPin an offline application to a eplan application. When the eplan bin path is known, an Offline Application using the Eplan Api dll can pinned to this version. This means all referenced Eplan Api dlls will be loaded. Note: For already loaded linked dlls the AssemblyResolve event is not fired.  
    Public MethodSet the bin paths.  
    Public MethodSet the Platform bin path. The variant path will be searched with the help of the applicationModifier.  
    Public MethodSet the Eplan bin path. Note: This path exists once. Changing it will influence the application. The eplan Platform path (with the Api dlls) is set automatically.  
    Top
    See Also