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 Fields

The fields of the ConstructorInfo class are listed below. For a complete list of ConstructorInfo class members, see the ConstructorInfo Members topic.

Public:

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

See Also

ConstructorInfo Class | System.Reflection Namespace