Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get type of object

//Exact runtime type of the current instance.
object.GetType();
 
PREVIOUS NEXT
Tagged: #type #object
ADD COMMENT
Topic
Name
1+6 =