AssemblyPart クラス

定義

IApplicationPartによってサポートされる Assembly

public class AssemblyPart : IEquatable<Orleans.ApplicationParts.IApplicationPart>, Orleans.ApplicationParts.IApplicationPart
type AssemblyPart = class
    interface IApplicationPart
    interface IEquatable<IApplicationPart>
Public Class AssemblyPart
Implements IApplicationPart, IEquatable(Of IApplicationPart)
継承
AssemblyPart
実装

コンストラクター

AssemblyPart(Assembly)

新しい AssemblyPart インスタンスを初期化します。

プロパティ

Assembly

AssemblyIApplicationPart を取得します。

IsFrameworkAssembly

このアセンブリが Orleans フレームワーク アセンブリであるかどうかを示す値を取得または設定します。

メソッド

Equals(AssemblyPart)

このインスタンスが true 指定されたインスタンスと同等の場合は を返します。それ以外の場合は を返します false

Equals(IApplicationPart)

IApplicationPartによってサポートされる Assembly

Equals(Object)

IApplicationPartによってサポートされる Assembly

GetHashCode()

IApplicationPartによってサポートされる Assembly

適用対象