System.Runtime.CompilerServices.DependencyAttribute
namespace System.
Runtime.
CompilerServices
{
public sealed class DependencyAttribute :
Attribute
{
public string DependentAssembly { get; }
public LoadHint LoadHint { get; }
public DependencyAttribute(
string dependentAssemblyArgument,
LoadHint loadHintArgument);
}
}