IdeaBlade DevForce 2010 Help Reference
GetAssembly Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > ReflectionFns Class : GetAssembly Method



assemblyName
Return an Assembly given an assembly name or null if it cannot be found or loaded; A list of invalid assembly names is retained for better perf on the next call for the same name.

Syntax

Visual Basic (Declaration) 
<DebuggerNonUserCodeAttribute()>
Public Shared Function GetAssembly( _
   ByVal assemblyName As String _
) As Assembly
Visual Basic (Usage)Copy Code
Dim assemblyName As String
Dim value As Assembly
 
value = ReflectionFns.GetAssembly(assemblyName)
C# 
[DebuggerNonUserCodeAttribute()]
public static Assembly GetAssembly( 
   string assemblyName
)
C++/CLI 
[DebuggerNonUserCodeAttribute()]
public:
static Assembly^ GetAssembly( 
   String^ assemblyName
) 

Parameters

assemblyName

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.