ProvideDependentAssemblyAttribute.CurrentAssembly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the assembly which the generated dependentAssembly registry entry refers to.
protected:
property System::Reflection::Assembly ^ CurrentAssembly { System::Reflection::Assembly ^ get(); void set(System::Reflection::Assembly ^ value); };
protected System.Reflection.Assembly CurrentAssembly { get; set; }
member this.CurrentAssembly : System.Reflection.Assembly with get, set
Protected Property CurrentAssembly As Assembly