2 references to ComExposedClassAttribute
System.Runtime.InteropServices (2)
System\Runtime\InteropServices\Marshalling\IComExposedDetails.cs (1)
28
return (IComExposedDetails?)type.GetCustomAttribute(typeof(
ComExposedClassAttribute
<>));
System\Runtime\InteropServices\Marshalling\StrategyBasedComWrappers.cs (1)
24
/// This strategy looks for an <see cref="IUnknownDerivedAttribute{T, TImpl}"/> or <see cref="
ComExposedClassAttribute
{T}"/> attribute on the type of the provided object to discover COM type information.