Get the name of an object including the strongly-typed dot dot dot path with reflection:
string whatever = typeof(Foo).ToString();
No comments:
Post a Comment