ComponentResourceKey.Assembly Property

Definition

Gets the assembly object that indicates which assembly's dictionary to look in for the value associated with this key.

public:
 virtual property System::Reflection::Assembly ^ Assembly { System::Reflection::Assembly ^ get(); };
public override System.Reflection.Assembly Assembly { get; }
member this.Assembly : System.Reflection.Assembly
Public Overrides ReadOnly Property Assembly As Assembly

Property Value

The retrieved assembly, as a reflection class.

Applies to