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;
Returns true if this type imports a COM type, false otherwise.
TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace