PSModuleInfo.ImplementingAssembly Property
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.
If the module is a binary module or a script module that defines classes, this property if a reference to the assembly, otherwise it is null.
public:
property System::Reflection::Assembly ^ ImplementingAssembly { System::Reflection::Assembly ^ get(); };
public System.Reflection.Assembly ImplementingAssembly { get; }
member this.ImplementingAssembly : System.Reflection.Assembly
Public ReadOnly Property ImplementingAssembly As Assembly