This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Parses a plain .NET assembly for metadata
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag - Containing Type
- NSwagRunner
Syntax
public AssemblySource FromAssembly(FilePath assemblyPath)
Parameters
Name | Type | Description |
---|---|---|
assemblyPath | FilePath | Path to the assembly to load |
Return Value
Type | Description |
---|---|
AssemblySource | A metadata source for the given assembly |