| ServiceRegistration Structure | 
Namespace: Autofac.Core
 Syntax
SyntaxThe ServiceRegistration type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ServiceRegistration | 
            Initializes a new instance of the ServiceRegistration struct.
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Metadata | 
            Gets additional data associated with the component.
             | 
|  | Pipeline | 
            Gets the pipeline to invoke that will resolve the associated Registration.
             | 
|  | Registration | 
            Gets the registration that will be resolved when a resolve request runs.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | Indicates whether this instance and a specified object are equal.(Overrides ValueTypeEquals(Object).) | 
|  | Equals(ServiceRegistration) | Indicates whether the current object is equal to another object of the same type. | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Returns the hash code for this instance.(Overrides ValueTypeGetHashCode.) | 
|  | GetRegistrationOrder | 
            Gets the registration order value from the registration.
             | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ToString | Returns the fully qualified type name of this instance.(Inherited from ValueType.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Equality | |
|   | Inequality | 
 See Also
See Also