AssemblyPart Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |