Engine.GlobalEngine Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an instance of the Engine that is global (shared) for this AppDomain. Delays creation until necessary.
public:
static property Microsoft::Build::BuildEngine::Engine ^ GlobalEngine { Microsoft::Build::BuildEngine::Engine ^ get(); };
C#
public static Microsoft.Build.BuildEngine.Engine GlobalEngine { get; }
static member GlobalEngine : Microsoft.Build.BuildEngine.Engine
Public Shared ReadOnly Property GlobalEngine As Engine
The global Engine instance.
Produkt | Versionen |
---|---|
MSBuild | 17 |
MSBuild (.NET Core) | 17 |