System.Runtime.CompilerServ ...


.NET Framework クラス ライブラリ
TypeForwardedToAttribute クラス

メモ : このクラスは、.NET Framework version 2.0 で新しく追加されたものです。

別のアセンブリ内にある転送先の Type を指定します。このクラスは継承できません。

名前空間: System.Runtime.CompilerServices
アセンブリ: mscorlib (mscorlib.dll 内)

構文

Visual Basic (宣言)
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple:=True, Inherited:=False)> _
Public NotInheritable Class TypeForwardedToAttribute
    Inherits Attribute
Visual Basic (使用法)
Dim instance As TypeForwardedToAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)] 
public sealed class TypeForwardedToAttribute : Attribute
C++
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple=true, Inherited=false)] 
public ref class TypeForwardedToAttribute sealed : public Attribute
J#
/** @attribute AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false) */ 
public final class TypeForwardedToAttribute extends Attribute
JScript
AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple=true, Inherited=false) 
public final class TypeForwardedToAttribute extends Attribute
解説

TypeForwardedToAttribute 属性を使用して、古いアセンブリに対してコンパイルを実行した呼び出し元を妨げずに、あるアセンブリから別のアセンブリに型を移動します。

継承階層

System.Object
   System.Attribute
    System.Runtime.CompilerServices.TypeForwardedToAttribute
スレッド セーフ

この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0
参照

タグ :


Page view tracker