IJSVsaEngine.SetOption(String, Object) Método
Definição
Define opções específicas de implantação para um mecanismo de script.Sets implementation-specific options for a script engine.
public:
void SetOption(System::String ^ name, System::Object ^ value);
public void SetOption (string name, object value);
abstract member SetOption : string * obj -> unit
Public Sub SetOption (name As String, value As Object)
Parâmetros
- name
- String
O nome da opção a ser definida.The name of the option to set.
- value
- Object
O valor da opção que está sendo definida.The value for the option being set.