WhatsNew.xml
<?xml version="1.0"?>
<doc> <assembly> <name>WhatsNew</name> </assembly> <members> <member name="T:WhatsNew.ExportBinaryCmdletAliasesCmdlet"> <summary> <para type="synopsis">Extracts cmdlet aliases from a given module.</para> <para type="description">Returns a list of all cmdlet aliases contained within a specified binary cmdlet module.</para> <para type="link" uri="https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-binarycmdletaliases">Online help.</para> </summary> </member> <member name="P:WhatsNew.ExportBinaryCmdletAliasesCmdlet.ModuleInfo"> <summary> <para type="description">The PSModuleInfo from which to extract cmdlet names</para> </summary> </member> <member name="M:WhatsNew.ExportBinaryCmdletAliasesCmdlet.ProcessRecord"> <inheritdoc /> </member> <member name="T:WhatsNew.ExportBinaryCmdletNamesCmdlet"> <summary> <para type="synopsis">Extracts cmdlet names from a given module.</para> <para type="description">Returns a list of all cmdlet names contained within a specified binary cmdlet module.</para> <para type="link" uri="https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-binarycmdletnames">Online help.</para> </summary> </member> <member name="P:WhatsNew.ExportBinaryCmdletNamesCmdlet.ModuleInfo"> <summary> <para type="description">The PSModuleInfo from which to extract cmdlet names</para> </summary> </member> <member name="M:WhatsNew.ExportBinaryCmdletNamesCmdlet.ProcessRecord"> <inheritdoc /> </member> <member name="T:WhatsNew.ExportPSScriptAliasesCmdlet"> <summary> <para type="synopsis">Extracts aliases from a given PowerShell script.</para> <para type="description">Returns a list of all aliases contained within a specified PowerShell script.</para> <para type="link" uri="https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-psscriptaliases">Online help.</para> </summary> </member> <member name="P:WhatsNew.ExportPSScriptAliasesCmdlet.ScriptFile"> <summary> <para type="description">The PowerShell script file from which to extract all function names.</para> </summary> </member> <member name="M:WhatsNew.ExportPSScriptAliasesCmdlet.ProcessRecord"> <inheritdoc /> </member> <member name="T:WhatsNew.ExportPSScriptFunctionNamesCmdlet"> <summary> <para type="synopsis">Extracts function names from a given PowerShell script.</para> <para type="description">Returns a list of all function names contained within a specified PowerShell script.</para> <para type="link" uri="https://github.com/refactorsaurusrex/whats-new/wiki/Cmdlet-and-Function-Overview#export-psscriptfunctionnames">Online help.</para> </summary> </member> <member name="P:WhatsNew.ExportPSScriptFunctionNamesCmdlet.ScriptFile"> <summary> <para type="description">The PowerShell script file from which to extract all function names.</para> </summary> </member> <member name="M:WhatsNew.ExportPSScriptFunctionNamesCmdlet.ProcessRecord"> <inheritdoc /> </member> </members> </doc> |