TypeForwardedFromAttribute Constructor (String^)

 

Initializes a new instance of the TypeForwardedFromAttribute class.

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

public:
TypeForwardedFromAttribute(
	String^ assemblyFullName
)

Parameters

assemblyFullName
Type: System::String^

The source Type in another assembly.

Exception Condition
ArgumentNullException

assemblyFullName is null or empty.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: