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!

TypeBuilder.IsCOMObjectImpl

Checks if this type imports a COM type.

[Visual Basic]
Overrides Protected Function IsCOMObjectImpl() As Boolean
[C#]
protected override bool IsCOMObjectImpl();
[C++]
protected: override bool IsCOMObjectImpl();
[JScript]
protected override function IsCOMObjectImpl() : Boolean;

Return Value

Returns true if this type imports a COM type, false otherwise.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace