BuildParameters.MemoryUseLimit 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.
The amount of memory the build should limit itself to using, in megabytes.
public:
property int MemoryUseLimit { int get(); void set(int value); };
public int MemoryUseLimit { get; set; }
public int MemoryUseLimit { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.MemoryUseLimit : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.MemoryUseLimit : int with get, set
Public Property MemoryUseLimit As Integer
Property Value
Returns the amount of memory the build should limit itself to using, in megabytes.
- Attributes