Engine.GlobalEngine Property
Definition
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(); };
public static Microsoft.Build.BuildEngine.Engine GlobalEngine { get; }
static member GlobalEngine : Microsoft.Build.BuildEngine.Engine
Public Shared ReadOnly Property GlobalEngine As Engine
Property Value
The global Engine instance.