ManagedCompiler.HostCompilerSupportsAllParameters 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.
Gets or sets a value indicating whether the host compiler supports all task parameters.
This API supports the product infrastructure and is not intended to be used directly from your code.
protected:
property bool HostCompilerSupportsAllParameters { bool get(); void set(bool value); };
protected bool HostCompilerSupportsAllParameters { get; set; }
protected bool HostCompilerSupportsAllParameters { [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.HostCompilerSupportsAllParameters : bool 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.HostCompilerSupportsAllParameters : bool with get, set
Protected Property HostCompilerSupportsAllParameters As Boolean
Property Value
true
if the host compiler supports all task parameters; otherwise, false
.
- Attributes
Notes to Inheritors
This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.