VsaLoader.GetOption(String) 方法
定义
获取实现特定的选项。Gets implementation-specific options.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual System::Object ^ GetOption(System::String ^ name);
public object GetOption (string name);
abstract member GetOption : string -> obj
override this.GetOption : string -> obj
Public Function GetOption (name As String) As Object
参数
- name
- String
要获取的选项的名称。The name of the option to get.