IdeaBlade DevForce 2010 Help Reference
GetExportedInstanceFuncs Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionContext Class : GetExportedInstanceFuncs Method



type
createIfNotFound
Internal use. Returns the generatorFuncs defined for the type.

Syntax

Visual Basic (Declaration) 
Public Function GetExportedInstanceFuncs( _
   ByVal type As Type, _
   ByVal createIfNotFound As Boolean _
) As List(Of Func(Of Object))
Visual Basic (Usage)Copy Code
Dim instance As CompositionContext
Dim type As Type
Dim createIfNotFound As Boolean
Dim value As List(Of Func(Of Object))
 
value = instance.GetExportedInstanceFuncs(type, createIfNotFound)
C# 
public List<Func<object>> GetExportedInstanceFuncs( 
   Type type,
   bool createIfNotFound
)
C++/CLI 
public:
List<Func<Object^>^>^ GetExportedInstanceFuncs( 
   Type^ type,
   bool createIfNotFound
) 

Parameters

type
createIfNotFound

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.