ActivityCodeDomSerializationManager.GetType(String) Method

Definition

Gets a Type of the specified name.

public:
 virtual Type ^ GetType(System::String ^ typeName);
public Type GetType (string typeName);
override this.GetType : string -> Type
Public Function GetType (typeName As String) As Type

Parameters

typeName
String

The fully qualified name of the Type to load.

Returns

An instance of the Type, or a null reference (Nothing in Visual Basic) if the Type cannot be loaded.

Implements

Remarks

This version of GetType provides an indirect reference to the SerializationManager property of the same name.

Applies to