NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeDescriptor.GetClassName

Gets the name of the class for the specified component.

Overload List

Gets the name of the class for the specified component.

[Visual Basic] Overloads Public Shared Function GetClassName(Object) As String
[C#] public static string GetClassName(Object);
[C++] public: static String* GetClassName(Object*);
[JScript] public static function GetClassName(Object) : String;

Gets the name of the class for the specified component using the custom type descriptor when fNoCustomTypeDesc

is false.

[Visual Basic] Overloads Public Shared Function GetClassName(Object, Boolean) As String
[C#] public static string GetClassName(Object, bool);
[C++] public: static String* GetClassName(Object*, bool);
[JScript] public static function GetClassName(Object, Boolean) : String;

See Also

TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace