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.IsTypeVisibleFromCom

[To be supplied.]

[Visual Basic]
Public Shared Function IsTypeVisibleFromCom( _
   ByVal t As Type _
) As Boolean
[C#]
public static bool IsTypeVisibleFromCom(
   Type t
);
[C++]
public: static bool IsTypeVisibleFromCom(
   Type* t
);
[JScript]
public static function IsTypeVisibleFromCom(
   t : Type
) : Boolean;

Parameters

t
[To be supplied.]

See Also

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