ThumbnailAttribute.ResourceAssembly Property
Gets the assembly that contains the icon image.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceAssembly As Assembly
Get
public Assembly ResourceAssembly { get; }
public:
property Assembly^ ResourceAssembly {
Assembly^ get ();
}
member ResourceAssembly : Assembly
function get ResourceAssembly () : Assembly
Property Value
Type: System.Reflection.Assembly
The Assembly that contains the icon image.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.