Knight Data Access Layer
GetListOfClassesFromAssembly Method




KellermanSoftware.NetDataAccessLayer Namespace > ReflectionHelper Class : GetListOfClassesFromAssembly Method
The assembly that called the class
The exact namespace (case sensitive)
Syntax
Public Shared Function GetListOfClassesFromAssembly( _
   ByVal callingAssembly As Assembly, _
   ByVal namespaceName As String _
) As IEnumerable(Of Type)
Dim callingAssembly As Assembly
Dim namespaceName As String
Dim value As IEnumerable(Of Type)
 
value = ReflectionHelper.GetListOfClassesFromAssembly(callingAssembly, namespaceName)
public static IEnumerable<Type> GetListOfClassesFromAssembly( 
   Assembly callingAssembly,
   string namespaceName
)
public: static IEnumerable<Type*>* GetListOfClassesFromAssembly( 
   Assembly* callingAssembly,
   string* namespaceName
) 
public:
static IEnumerable<Type^>^ GetListOfClassesFromAssembly( 
   Assembly^ callingAssembly,
   String^ namespaceName
) 

Parameters

callingAssembly
The assembly that called the class
namespaceName
The exact namespace (case sensitive)
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

ReflectionHelper Class
ReflectionHelper Members