AppDomain.ApplyPolicy(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポリシーが適用された後のアセンブリの表示名を返します。
public:
System::String ^ ApplyPolicy(System::String ^ assemblyName);
public string ApplyPolicy (string assemblyName);
[System.Runtime.InteropServices.ComVisible(false)]
public string ApplyPolicy (string assemblyName);
member this.ApplyPolicy : string -> string
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ApplyPolicy : string -> string
Public Function ApplyPolicy (assemblyName As String) As String
パラメーター
戻り値
ポリシーが適用された後のアセンブリの表示名を保持する文字列。
- 属性
注釈
このメソッドは ApplyPolicy 、アセンブリの表示名を受け取り、ポリシー後の表示名を返します。 これは、リフレクションのみのコンテキストではポリシーが適用されないため、ポリシーを使用してアセンブリを読み込む必要がある場合に便利です。