C# Class StaticAnalysis.SignatureVerifier.CmdletSignatureLoader

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method Description
GetCmdlets ( string assemblyPath ) : IList

Get cmdlets from the given assembly

Method Details

GetCmdlets() public method

Get cmdlets from the given assembly
public GetCmdlets ( string assemblyPath ) : IList
assemblyPath string
return IList