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

適用対象