ImportEngine Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The ImportEngine type exposes the following members.

Methods

  Name Description
Public method Dispose() Releases all resources used by the current instance of the ImportEngine class.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the ImportEngine and optionally releases the managed resources.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PreviewImports Previews all the required imports for the specified part to make sure that they can be satisfied, without actually setting them.
Public method ReleaseImports Releases all the exports used to satisfy the imports of the specified part.
Public method SatisfyImports Satisfies the imports of the specified part.
Public method SatisfyImportsOnce Satisfies the imports of the specified part without registering them for recomposition.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method SatisfyImportsOnce Composes the specified part by using the specified composition service, with recomposition disabled. (Defined by AttributedModelServices.)

Top