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 ReadOnly Property LoadHint As LoadHint

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: