ManagedCompiler.CheckHostObjectSupport(String, Boolean) Method
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.
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.