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.MonoApiTools .
Summary
Runs mono-api-info.
Syntax
public static void MonoApiInfo ( this ICakeContext context, FilePath dotNetAssembly, FilePath outputFile, MonoApiInfoToolSettings settings)
Attributes
Type
Description
CakeMethodAliasAttribute
Parameters
Name
Type
Description
context
ICakeContext
The context.
dotNetAssembly
FilePath
The .NET assembly to generate API info xml from.
outputFile
FilePath
The API Info xml output file.
settings
MonoApiInfoToolSettings
The tool settings.
Return Value