C# getting its own class name

Try this:

this.GetType().Name

Leave a Comment