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!

Marshal.IsComObject

Indicates whether a specified object represents an unmanaged COM object.

[Visual Basic]
Public Shared Function IsComObject( _
   ByVal o As Object _
) As Boolean
[C#]
public static bool IsComObject(
   object o
);
[C++]
public: static bool IsComObject(
   Object* o
);
[JScript]
public static function IsComObject(
   o : Object
) : Boolean;

Parameters

o
The object to be checked.

See Also

Marshal Class | Marshal Members | System.Runtime.InteropServices Namespace