ProvideDependentAssemblyAttribute::CurrentAssembly Property

 

Gets or sets the assembly to which the generated dependentAssembly registry entry refers.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
property Assembly^ CurrentAssembly {
	[CompilerGeneratedAttribute]
	Assembly^ get();
	[CompilerGeneratedAttribute]
	void set(Assembly^ value);
}

Property Value

Type: System.Reflection::Assembly^
Return to top
Show: