ProcessorParameter Members

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

Public Properties

Name Description
Public Property DefaultValue Default value of the processor parameter.
Public Property Description Description of the parameter, as specified by the [Description] attribute.
Public Property DisplayName Name of the parameter displayed in the designer, as specified by the [DisplayName] attribute.
Public Property IsEnum Gets a value indicating whether the paramter is an enumeration.
Public Property PossibleEnumValues Available options for enumerated type parameters.
Public Property PropertyName Name of the property, as defined in the C# code.
Public Property PropertyType Type of the parameter.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (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.)

See Also

Reference

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