IFactoryService.GetType(String) Method

Definition

Retrieves the type of the object for the supplied full type name.

public:
 Type ^ GetType(System::String ^ fullName);
public Type GetType (string fullName);
abstract member GetType : string -> Type
Public Function GetType (fullName As String) As Type

Parameters

fullName
String

The full name of the type.

Returns

The type of the object.

Applies to