Languages
[Edit]
EN

C# / .NET - get class name

3 points
Created by:
Wade
562

In this short article, we would like to show how to get some class name in C#.

Quick solution:

or:

 

Practical examples

Edit

Example 1

Edit

In this example, we use GetType() function to get class type and Name property to get class name.

Output:

Example 2

Edit

In this example, we use typeof() operator to get class type and Name property to get class name. Using this approach we don't need to have class type instance.

Output:

References

Edit
  1. Object.GetType Method (System) | Microsoft Docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join