IModuleAssemblyInitializer Interface

Definition

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.

Applies to