IModuleAssemblyInitializer Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by Modules/Snapins to provide a hook to the engine for startup initialization w.r.t compiled assembly loading.
public interface class IModuleAssemblyInitializer
public interface IModuleAssemblyInitializer
type IModuleAssemblyInitializer = interface
Public Interface IModuleAssemblyInitializer
- Derived
Methods
OnImport() |
Gets called when assembly is loaded. |