MSBuildLocator.Unregister Method

Definition

Remove assembly resolution previously registered via RegisterInstance(VisualStudioInstance), RegisterMSBuildPath(String), or RegisterDefaults().

public:
 static void Unregister();
public static void Unregister ();
static member Unregister : unit -> unit
Public Shared Sub Unregister ()

Remarks

This will automatically be called once all supported assemblies are loaded into the current AppDomain and so generally is not necessary to call directly.

Applies to