AssemblyReferenceType 列挙体とは何? わかりやすく解説 Weblio辞書 (original) (raw)

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

このクラスは、アセンブリ参照種類表現します

名前空間: Microsoft.Build.Tasks.Deployment.ManifestUtilities
アセンブリ: Microsoft.Build.Tasks (microsoft.build.tasks.dll 内)
構文構文

Visual Basic (宣言)

Public Enumeration AssemblyReferenceType

Visual Basic (使用法)

Dim instance As AssemblyReferenceType

C#

public enum AssemblyReferenceType

C++

public enum class AssemblyReferenceType

J#

public enum AssemblyReferenceType

JScript

public enum AssemblyReferenceType

メンバメンバ

| | メンバ名 | 説明 | | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | ClickOnceManifest | ClickOnce マニフェスト指定します。 | | ManagedAssembly | .NET Framework アセンブリ指定します。 | | NativeAssembly | Win32 ネイティブ アセンブリ指定します。 | | Unspecified | アセンブリ種類は未指定であり、UpdateFileInfo メソッドによって決定されます。 |

プラットフォームプラットフォーム

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

参照参照

関連項目
Microsoft.Build.Tasks.Deployment.ManifestUtilities 名前空間