TypeInfo.GetInterface Método

Definição

Sobrecargas

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

Parâmetros

name
String

Retornos

Type

Aplica-se a

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

Parâmetros

name
String
ignoreCase
Boolean

Retornos

Type

Aplica-se a