Thursday, May 5, 2011

System.Object.GetType vs System.Type.GetType

System.Object.GetType- Gets the Type of the current instance

http://msdn.microsoft.com/en-us/library/system.object.gettype.aspx

System.Type.GetType -Gets a Type object that represents the specified type

http://msdn.microsoft.com/en-us/library/system.type.gettype.aspx


SO Link: http://stackoverflow.com/questions/5895871/difference-between-system-object-gettype-and-system-type-gettype/5895985#5895985

No comments:

Post a Comment