AssemblyReference クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アセンブリ参照を表します。
public ref class AssemblyReference
[System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.AssemblyReferenceConverter))]
public class AssemblyReference
[<System.ComponentModel.TypeConverter(typeof(System.Activities.XamlIntegration.AssemblyReferenceConverter))>]
type AssemblyReference = class
Public Class AssemblyReference
- 継承
-
AssemblyReference
- 属性
コンストラクター
AssemblyReference() |
AssemblyReference クラスの新しいインスタンスを初期化します。 |
プロパティ
Assembly |
アセンブリ参照のアセンブリを取得または設定します。 |
AssemblyName |
アセンブリの名前を取得または設定します。 |
メソッド
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
LoadAssembly() |
アセンブリの読み込みを試行します。 |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
演算子
Implicit(Assembly to AssemblyReference) |
指定したアセンブリ参照を変換します。 |
Implicit(AssemblyName to AssemblyReference) |
指定したアセンブリ名を持つ指定したアセンブリ参照を変換します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET