Aracılığıyla paylaş


PipelineComponentScanner Members

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

Public Constructors

Name Description
Public Method PipelineComponentScanner Initializes a new instance of PipelineComponentScanner.

Public Properties

Name Description
Public Property Errors Gets the list of error messages produced by the last call to Update.
Public Property ImporterAttributes Gets a dictionary that maps importer names to their associated metadata attributes.
Public Property ImporterNames Gets the names of all available importers.
Public Property ImporterOutputTypes Gets a dictionary that maps importer names to the fully qualified name of their return types.
Public Property ProcessorAttributes Gets a dictionary that maps processor names to their associated metadata attributes.
Public Property ProcessorInputTypes Gets a dictionary that maps processor names to the fully qualified name of supported input types.
Public Property ProcessorNames Gets the names of all available importers.
Public Property ProcessorOutputTypes Gets a dictionary that maps processor names to the fully qualified name of their output types.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString (Inherited from Object.)
Public Method Update Updates the scanner object with the latest available assembly states.

Protected Methods

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

See Also

Reference

PipelineComponentScanner Class
Microsoft.Xna.Framework.Content.Pipeline Namespace