DevForce Help Reference
GetInstanceImplementing(Type,IEnumerable<String>) Method


Type of instance to probe for and create.
Assemblies to search
Create an instance of a type that either extends or implements the specified type or interface.
Syntax
'Declaration
 
Public Overloads Shared Function GetInstanceImplementing( _
   ByVal type As Type, _
   ByVal probeAssemblyNames As IEnumerable(Of String) _
) As Object
'Usage
 
Dim type As Type
Dim probeAssemblyNames As IEnumerable(Of String)
Dim value As Object
 
value = ReflectionFns.GetInstanceImplementing(type, probeAssemblyNames)
public static object GetInstanceImplementing( 
   Type type,
   IEnumerable<string> probeAssemblyNames
)

Parameters

type
Type of instance to probe for and create.
probeAssemblyNames
Assemblies to search
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReflectionFns Class
ReflectionFns Members
Overload List

Send Feedback