UwpBuildInfo.Multicore 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.
Use multiple cores for building the appx bundle?
public:
property bool Multicore { bool get(); void set(bool value); };
public bool Multicore { get; set; }
member this.Multicore : bool with get, set
Public Property Multicore As Boolean