Partilhar via


IContentProcessor.Process Method

Note

This method is available only when developing for Windows.

Processes the specified input data and returns the result.

Syntax

'Declaration
Public Function Process ( _
         input As Object, _
         context As ContentProcessorContext _
) As Object 
public Object Process (
         Object input,
         ContentProcessorContext context
)
public:
Object Process(
         Object input,
         ContentProcessorContext context
)

Parameters

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

Return Value

Type: Object
An 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

IContentProcessor Interface
IContentProcessor Members
Microsoft.Xna.Framework.Content.Pipeline Namespace

Platforms

Windows 7, Windows Vista, Windows XP