PSModuleInfo.ImplementingAssembly Property

Definition

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

Property Value

Applies to