HelpExtractor.GetHelp method

Get the parsed comment-based help (CommentHelpInfo) for a PowerShell function using the AST + FunctionDefinitionAst.GetHelpContent().

public static CommentHelpInfo? GetHelp(this FunctionInfo fn)

See Also