Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolves an assembly string to a specific assembly as defined by the DDEX provider.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Function GetAssembly ( _
assemblyString As String _
) As Assembly
public Assembly GetAssembly(
string assemblyString
)
public:
Assembly^ GetAssembly(
String^ assemblyString
)
member GetAssembly :
assemblyString:string -> Assembly
public function GetAssembly(
assemblyString : String
) : Assembly
Parameters
- assemblyString
Type: System.String
Name of the assembly to retrieve.
Return Value
Type: System.Reflection.Assembly
Returns a specified assembly.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.