AssemblyCollectionClass.FindByHandle Method

When given an assemblyHandle, this method returns the index for the corresponding Assembly object.

Syntax

int FindByHandle ( int AssemblyHandle )

Parameters Description
assemblyHandle The handle returned when the Assembly object was added to the queue.

Return Value

The index for the Assembly object corresponding to the assemblyHandle.