AssemblyResolver Class Members
In This Topic
The following tables list the members exposed by AssemblyResolver.
Public Constructors
| Name | Description |
| AssemblyResolver Constructor | Create one AssemblyResolver. This will automatically add an AssemblyResolve Event Handler for this domain. |
Top
Public Methods
| Name | Description |
| GetEplanBinPath | Get the EPLAN product variant bin path. The EPLAN product variant bin path where the w3u.exe of your product variant is in (p.e. "Electric P8") |
| GetPlatformBinPath | Get the EPLAN platform bin path. The bin path where the w3Sharedu.dll is in and all your API DLLs |
| PinToEplan | Pin an offline application to an EPLAN application. When the EPLAN product variant bin path is known, an Offline Application using the EPLAN API DLL can be 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. |
| SetBinPaths | Set the bin paths. |
| SetBinPathsWithAppMod | Set the EPLAN platform bin path. The EPLAN product variant path will be searched with the help of the applicationModifier. |
| SetEplanBinPath | Set the EPLAN product variant bin path. Note: This path exists only once. Changing it will influence the application. The EPLAN platform path (with the API DLLs) is set automatically. |
Top
See Also