TypeInfo.GetInterface 方法

定義

多載

GetInterface(String)
GetInterface(String, Boolean)

GetInterface(String)

public:
 Type ^ GetInterface(System::String ^ name);
public Type GetInterface (string name);
member this.GetInterface : string -> Type
Public Function GetInterface (name As String) As Type

參數

name
String

傳回

Type

適用於

GetInterface(String, Boolean)

public:
 virtual Type ^ GetInterface(System::String ^ name, bool ignoreCase);
public virtual Type GetInterface (string name, bool ignoreCase);
abstract member GetInterface : string * bool -> Type
override this.GetInterface : string * bool -> Type
Public Overridable Function GetInterface (name As String, ignoreCase As Boolean) As Type

參數

name
String
ignoreCase
Boolean

傳回

Type

適用於