Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 22, 2015 14:35
public string Test()
{
var key = "Class1";
var t = Assembly.GetExecutingAssembly().GetTypes().First(x => x.Name == key);
return t.FullName;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment