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!

Type.TypeInitializer

Gets the name of the class constructor for the Type.

[Visual Basic]
Public ReadOnly Property TypeInitializer As ConstructorInfo
[C#]
public ConstructorInfo TypeInitializer {get;}
[C++]
public: __property ConstructorInfo* get_TypeInitializer();
[JScript]
public function get TypeInitializer() : ConstructorInfo;

Property Value

A ConstructorInfo containing the name of the class constructor for the Type.

Remarks

Class initializers are available through GetMember, GetMembers, FindMembers, and GetConstructors.

See Also

Type Class | Type Members | System Namespace | ConstructorInfo