ReflectionCallHelper.getType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
getType(String) | |
getType(String, String) |
getType(String)
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