BuildParameters.MemoryUseLimit Property

Definition

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

Applies to