PowerShellOpenApiClassExporter.ExportOpenApiClasses method (1 of 2)
Exports OpenAPI component classes found in loaded assemblies as PowerShell class definitions.
public static string ExportOpenApiClasses()
Return Value
The path to the temporary PowerShell script containing the class definitions.
See Also
- class PowerShellOpenApiClassExporter
- namespace Kestrun.Runtime
PowerShellOpenApiClassExporter.ExportOpenApiClasses method (2 of 2)
Exports OpenAPI component classes found in the specified assemblies as PowerShell class definitions
public static string ExportOpenApiClasses(Assembly[] assemblies)
| parameter | description |
|---|---|
| assemblies | The assemblies to scan for OpenAPI component classes. |
Return Value
The path to the temporary PowerShell script containing the class definitions.
See Also
- class PowerShellOpenApiClassExporter
- namespace Kestrun.Runtime