TypeForwardedFromAttribute Constructor
Collapse the table of content
Expand the table of content

TypeForwardedFromAttribute Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the TypeForwardedFromAttribute class.

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

'Declaration
Public Sub New ( _
	assemblyFullName As String _
)

Parameters

assemblyFullName
Type: System.String
The source Type in another assembly.

ExceptionCondition
ArgumentNullException

assemblyFullName is Nothing or empty.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft