MSBuildLocator.CanRegister Property

Definition

Gets a value indicating whether an instance of MSBuild can be registered.

public:
 static property bool CanRegister { bool get(); };
public static bool CanRegister { get; }
static member CanRegister : bool
Public Shared ReadOnly Property CanRegister As Boolean

Property Value

Remarks

If any Microsoft.Build assemblies are already loaded into the current AppDomain, the value will be false.

Applies to