The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Marshal::IsTypeVisibleFromCom Method (Type^)
.NET Framework (current version)
Indicates whether a type is visible to COM clients.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- t
-
Type:
System::Type^
The type to check for COM visibility.
IsTypeVisibleFromCom enables you to check for COM visibility in one step. Types that are not visible cannot be used from COM. A type is visible if it is public and not hidden with the System.Runtime.InteropServices::ComVisibleAttribute.
.NET Framework
Available since 1.1
Available since 1.1
Show: