ApplicationHost.initializedApps Field
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.
Specifies the initialized global applications.
protected: static System::Collections::ArrayList ^ initializedApps;
protected static System.Collections.ArrayList initializedApps;
staticval mutable initializedApps : System.Collections.ArrayList
Protected Shared initializedApps As ArrayList
Field Value
Remarks
Useful to eliminate initializing applications multiple times.