Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DefaultDependencyAttribute::LoadHint Property

 

Gets the LoadHint value that indicates when an assembly loads 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 DefaultDependencyAttribute attribute.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft