PipelineComponentScanner.Update Method (Microsoft.Xna.Framework.Content.Pipeline)

Updates the scanner object with the latest available assembly states.

Namespace: Microsoft.Xna.Framework.Content.Pipeline
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public bool Update(
	IEnumerable<string> pipelineAssemblies
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

pipelineAssemblies
Type: IEnumerable<System.String>
Enumerated list of available assemblies.

Return Value

Type: System.Boolean
true if an actual scan was required, indicating the collection contents may have changed. false if no assembly changes were detected since the previous call.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop