DependencyAttribute::DependentAssembly Property

 

Gets the value of the dependent assembly.

Namespace:   System.Runtime.CompilerServices
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ DependentAssembly {
	String^ get();
}

Property Value

Type: System::String^

The name of the dependent assembly.

Use this property to return the name of the assembly that the native image generation service binds to.

.NET Framework
Available since 2.0
Return to top
Show: