GenericTypeParameterBuilder.GetInterface(String, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不支持不完整的泛型类型参数。
public:
override Type ^ GetInterface(System::String ^ name, bool ignoreCase);
public override Type GetInterface (string name, bool ignoreCase);
override this.GetInterface : string * bool -> Type
Public Overrides Function GetInterface (name As String, ignoreCase As Boolean) As Type
参数
- name
- String
接口的名称。
- ignoreCase
- Boolean
如果为 true
,则搜索时不考虑大小写;如果为 false
,则搜索时区分大小写。
返回
不支持不完整的泛型类型参数。
例外
在所有情况下。
注解
不完整的泛型类型参数不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。