PSModuleInfo.ExportedFunctions Property

Definition

Lists the functions exported by this module...

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::FunctionInfo ^> ^ ExportedFunctions { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::FunctionInfo ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.FunctionInfo> ExportedFunctions { get; }
member this.ExportedFunctions : System.Collections.Generic.Dictionary<string, System.Management.Automation.FunctionInfo>
Public ReadOnly Property ExportedFunctions As Dictionary(Of String, FunctionInfo)

Property Value

Applies to