Type.GetInterface 方法

获取由当前 Type 实现或继承的特定接口。

重载列表

名称 说明
Type.GetInterface (String) 搜索具有指定名称的接口。
Type.GetInterface (String, Boolean) 当在派生类中重写时,搜索指定接口,指定是否要执行区分大小写的搜索。

请参见

参考

Type 类
Type 成员
System 命名空间
String 类
GetInterfaces
FindInterfaces