DependencyAttribute::LoadHint Property

 

Gets the LoadHint value that indicates when an assembly is to load a dependency.

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

public:
property LoadHint LoadHint {
	LoadHint get();
}

Property Value

Type: System.Runtime.CompilerServices::LoadHint

One of the LoadHint values.

Use this property to return the value of the LoadHint enumeration used by the DependencyAttribute attribute.

.NET Framework
Available since 2.0
Return to top
Show: