CleanupCodeSettingsExtensions.

SetMonoPath(CleanupCodeSettings, string) Method

Summary

Sets

Mono path. Empty to ignore Mono. Not specified for autodetect. Example: --mono=/Library/Frameworks/Mono.framework/Versions/Current/bin/mono.

Syntax

public static CleanupCodeSettings SetMonoPath(this CleanupCodeSettings toolSettings, string monoPath)

Attributes

Type Description
PureAttribute

Parameters

Name Type Description
toolSettings CleanupCodeSettings
monoPath string

Return Value

Type Description
CleanupCodeSettings