Sdílet prostřednictvím


ContentProcessor Members

The following tables list the members exposed by the ContentProcessor type.

Protected Constructors

Name Description
Protected Method ContentProcessor Initializes a new instance of the ContentProcessor class.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Process Processes the specified input data and returns the result.
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

Explicit Interface Implementations

Name Description
Explicit Interface ImplementationMethod Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.InputType Gets the expected object type of the input parameter to IContentProcessor.Process.
Explicit Interface ImplementationMethod Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.OutputType Gets the object type returned by IContentProcessor.Process.
Explicit Interface ImplementationMethod Microsoft.Xna.Framework.Content.Pipeline.IContentProcessor.Process Processes the specified input data and returns the result.

See Also

Reference

ContentProcessor Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace