For example:
car Audi = new car();
Is it possible to something like this:
string name = Microsoft.VisualBasic.Interaction.Input
The only way I can think of doing it is a C# version of
car = Car() //basically Python way of initializing car del car car = Thing()