Cuestión : Instanciate un “tipo”

¡Hola! el

I quiere saber si es posible crear un caso de la clase de un type.

Example: vacío del

public (tipo tipo) {el
//Dictionnary es un Dictionary Dictionnary [tipo] = createNewInstanceType (); el

I del
} utilizaré no sure realmente eso pero necesito saber si es possible
class= del

Respuesta : Instanciate un “tipo”

System.Type ThisType = System.Type.GetType (“MySpecialType”, verdad);
Resultado = (MySpecialType) System.Activator.CreateInstance (ThisType);
Otras soluciones  
 
programming4us programming4us