TypeInfo.GetInterface Méthode

Définition

Surcharges

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

Paramètres

name
String

Retours

Type

S’applique à

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

Paramètres

name
String
ignoreCase
Boolean

Retours

Type

S’applique à