次の方法で共有


ReflectionCallHelper.getType Method

Definition

Overloads

getType(String)
getType(String, String)

getType(String)

public:
 static Type ^ getType(System::String ^ typeName);
public static Type getType (string typeName);
static member getType : string -> Type
Public Function getType (typeName As String) As Type

Parameters

typeName
String

Returns

Applies to

getType(String, String)

public:
 static Type ^ getType(System::String ^ typeName, System::String ^ assemblyName);
public static Type getType (string typeName, string assemblyName);
static member getType : string * string -> Type
Public Function getType (typeName As String, assemblyName As String) As Type

Parameters

typeName
String
assemblyName
String

Returns

Applies to