Share via


GenericMockFactory.CreateType(String, Type[]) Method

Definition

public:
 static Type ^ CreateType(System::String ^ className, cli::array <Type ^> ^ interfaces);
public static Type CreateType (string className, Type[] interfaces);
static member CreateType : string * Type[] -> Type
Public Shared Function CreateType (className As String, interfaces As Type()) As Type

Parameters

className
String
interfaces
Type[]

Returns

Applies to