Szerkesztés

Megosztás a következőn keresztül:


AssemblyPart Class

Definition

An IApplicationPart backed by an 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)
Inheritance
AssemblyPart
Implements

Constructors

AssemblyPart(Assembly)

Initializes a new AssemblyPart instance.

Properties

Assembly

Gets the Assembly of the IApplicationPart.

IsFrameworkAssembly

Gets or sets a value indicating whether or not this assembly is an Orleans framework assembly.

Methods

Equals(AssemblyPart)

Returns true if this instance is equivalent to the provided instance, false otherwise.

Equals(IApplicationPart)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to