Summary
Analyzes the specified assemblies.
- Assembly
- Wyam
.CodeAnalysis .dll - Namespace
- Wyam
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithAssemblies(string assemblies)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblies | string | A globbing pattern indicating the assemblies to analyze. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |
