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!

ConstructorInfo.ConstructorName

Retrieves the name of the class constructor method as it is stored in metadata. This name is always ".ctor"

[Visual Basic]
Public Shared ReadOnly ConstructorName As String
[C#]
public static readonly string ConstructorName;
[C++]
public: static readonly String* ConstructorName;
[JScript]
public static var ConstructorName : String;

See Also

ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace