ContentProcessor.Process Method

Note

This method is available only when developing for Windows.

Processes the specified input data and returns the result.

Syntax

'Declaration
Public MustOverride Function Process ( _
         input As TInput, _
         context As ContentProcessorContext _
) As TOutput 
public abstract TOutput Process (
         TInput input,
         ContentProcessorContext context
)
public:
TOutput Process(
         TInput input,
         ContentProcessorContext context
) abstract

Parameters

  • input
    Type: TInput
    Existing content object being processed.
  • context
    Type: ContentProcessorContext
    Contains any required custom process parameters.

Return Value

Type: TOutput
A typed object representing the processed input.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

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

Platforms

Windows 7, Windows Vista, Windows XP