ManagedCompiler.CheckHostObjectSupport(String, Boolean) Method

Definition

Logs a message if the specified parameter is not supported by the host compiler.

This API supports the product infrastructure and is not intended to be used directly from your code.

protected:
 void CheckHostObjectSupport(System::String ^ parameterName, bool resultFromHostObjectSetOperation);
protected void CheckHostObjectSupport (string parameterName, bool resultFromHostObjectSetOperation);
member this.CheckHostObjectSupport : string * bool -> unit
Protected Sub CheckHostObjectSupport (parameterName As String, resultFromHostObjectSetOperation As Boolean)

Parameters

parameterName
String

The parameter name to set on the host compiler.

resultFromHostObjectSetOperation
Boolean

true if the host compiler supports parameterName; otherwise, false

Notes to Inheritors

This class uses the StrongNameIdentityPermissionAttribute attribute and cannot be inherited.

Applies to