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.TypeConstructorName

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

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

See Also

ConstructorInfo Class | ConstructorInfo Members | System.Reflection Namespace