GenericMockFactory.CreateType(String, Type[]) 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.
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[]