DependencyAttribute コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DependencyAttribute コンストラクタの意味・解説 

DependencyAttribute コンストラクタ

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

指定した LoadHint 値を使用して、DependencyAttribute クラス新しインスタンス初期化します。

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

Public Sub New ( _
    dependentAssemblyArgument As String, _
    loadHintArgument As LoadHint _
)
Dim dependentAssemblyArgument As String
Dim loadHintArgument As LoadHint

Dim instance As New DependencyAttribute(dependentAssemblyArgument,
 loadHintArgument)
public DependencyAttribute (
    string dependentAssemblyArgument,
    LoadHint loadHintArgument
)
public:
DependencyAttribute (
    String^ dependentAssemblyArgument, 
    LoadHint loadHintArgument
)
public DependencyAttribute (
    String dependentAssemblyArgument, 
    LoadHint loadHintArgument
)
public function DependencyAttribute (
    dependentAssemblyArgument : String, 
    loadHintArgument : LoadHint
)

パラメータ

dependentAssemblyArgument

バインド先の依存アセンブリ

loadHintArgument

LoadHint 値の 1 つ

解説解説
使用例使用例

ネイティブ イメージ生成サービスを常に AssemblyAバインドし、場合によっては AssemblyBバインドするように指定するコード例次に示します

Imports System.Runtime.CompilerServices

<Assembly: DependencyAttribute("AssemblyA", LoadHint.Always)>
 
<Assembly: DependencyAttribute("AssemblyB", LoadHint.Sometimes)>
 
Module Program


    Sub Main(ByVal args() As
 String)
        Console.WriteLine("The DependencyAttribute attribute was
 applied.")
    End Sub


End Module
using System;
using System.Runtime.CompilerServices;

[assembly: DependencyAttribute("AssemblyA", LoadHint.Always)]
[assembly: DependencyAttribute("AssemblyB", LoadHint.Sometimes)]

class Program
{
    
    static void Main(string[]
 args)
    {

        Console.WriteLine("The DependencyAttribute attribute was applied.");

    }
}

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DependencyAttribute クラス
DependencyAttribute メンバ
System.Runtime.CompilerServices 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からDependencyAttribute コンストラクタを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDependencyAttribute コンストラクタを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDependencyAttribute コンストラクタ を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DependencyAttribute コンストラクタ」の関連用語

DependencyAttribute コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DependencyAttribute コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS