System.Runtime.CompilerServices.TypeForwardedFromAttribute Class

Specifies a source Type in another assembly.

See Also: TypeForwardedFromAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.Delegate | System.AttributeTargets.All, Inherited=false)]
public sealed class TypeForwardedFromAttribute : Attribute

Remarks

The System.Runtime.CompilerServices.TypeForwardedFromAttribute attribute enables the target framework provider to trace a loaded type back to the original assembly it was forwarded from.

Requirements

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