[]
Shadow attribute used to associate a COM callbackable interface to its Shadow implementation.
[AttributeUsage(AttributeTargets.Interface)]
public class ShadowAttribute : Attribute, _Attribute
Initializes a new instance of ShadowAttribute class.
public ShadowAttribute(Type typeOfTheAssociatedShadow)
typeOfTheAssociatedShadow
TypeType of the associated shadow
Gets the value.
public Type Type { get; }
Get ShadowAttribute from type.
public static ShadowAttribute Get(Type type)
type
TypeType to get shadow attribute
The associated shadow attribute or null if no shadow attribute were found