Click or drag to resize

ModuleThisAssembly Property

Gets the assembly in which the concrete module type is located. To avoid bugs whereby deriving from a module will change the target assembly, this property can only be used by modules that inherit directly from Module.

Namespace:  Autofac
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
protected virtual Assembly ThisAssembly { get; }

Property Value

Type: Assembly

[Missing <value> documentation for "P:Autofac.Module.ThisAssembly"]

See Also