Questione : Instanciate “un tipo„

Ciao! il

I vuole sapere se è possibile generare un caso di codice categoria da un type.

Example: vuoto del

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

I del
} non sure realmente userò quello ma devo sapere se è possible
class= del

Risposta : Instanciate “un tipo„

System.Type ThisType = System.Type.GetType (“MySpecialType„, allinea);
Risultato = (MySpecialType) System.Activator.CreateInstance (ThisType);
Altre soluzioni  
 
programming4us programming4us