PipelineComponentScanner Members
The following tables list the members exposed by the PipelineComponentScanner type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
PipelineComponentScanner | Initializes a new instance of PipelineComponentScanner. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Errors | Gets the list of error messages produced by the last call to Update. |
![]() |
ImporterAttributes | Gets a dictionary that maps importer names to their associated metadata attributes. |
![]() |
ImporterNames | Gets the names of all available importers. |
![]() |
ImporterOutputTypes | Gets a dictionary that maps importer names to the fully qualified name of their return types. |
![]() |
ProcessorAttributes | Gets a dictionary that maps processor names to their associated metadata attributes. |
![]() |
ProcessorInputTypes | Gets a dictionary that maps processor names to the fully qualified name of supported input types. |
![]() |
ProcessorNames | Gets the names of all available importers. |
![]() |
ProcessorOutputTypes | Gets a dictionary that maps processor names to the fully qualified name of their output types. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Updates the scanner object with the latest available assembly states. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
PipelineComponentScanner Class
Microsoft.Xna.Framework.Content.Pipeline Namespace