TypeForwardedFromAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy TypeForwardedFromAttribute.

public:
 TypeForwardedFromAttribute(System::String ^ assemblyFullName);
public TypeForwardedFromAttribute (string assemblyFullName);
new System.Runtime.CompilerServices.TypeForwardedFromAttribute : string -> System.Runtime.CompilerServices.TypeForwardedFromAttribute
Public Sub New (assemblyFullName As String)

Parametry

assemblyFullName
String

Źródło Type w innym zestawie.

Wyjątki

assemblyFullName wartość jest pusta lub jest null pusta.

Dotyczy