using System; namespace ConsoleApplication1 { class Class1 { static void Main(string[] args) { string s = typeof(void *).Name; } } }