| AutoFake Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Autofac.Extras.FakeItEasy
 Syntax
SyntaxThe AutoFake type exposes the following members.
 Constructors
Constructors Properties
Properties| Name | Description | |
|---|---|---|
|  | Container | 
            Gets the IContainer that handles the component resolution.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateT | Obsolete. 
            Resolve the specified type in the container (register it if needed).
             | 
|  | Dispose | 
            Disposes internal container.
             | 
|  | Dispose(Boolean) | 
            Handles disposal of managed and unmanaged resources.
             | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | 
            Finalizes an instance of the AutoFake class.
            (Overrides ObjectFinalize.) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | ProvideTService(TService) | 
            Resolve the specified type in the container (register specified instance if needed).
             | 
|  | ProvideTService, TImplementation(Parameter) | 
            Resolve the specified type in the container (register it if needed).
             | 
|  | ResolveT | 
            Resolve the specified type in the container (register it if needed).
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
 See Also
See Also