Method | Description | |
---|---|---|
GetReflectedAssemblyFromFile ( string assemblyPath ) : AssemblyMetadata |
Load the assembly found at the given path in the reflection context and return assembly metadata
|
|
GetReflectedAssemblyInfo ( string assemblyName ) : AssemblyMetadata |
Load the assembly in the reflection context by name. Will succeed if the referenced assembly name can be found using default assembly loading rules (i.e. it is in the current directory or the GAC)
|
public GetReflectedAssemblyFromFile ( string assemblyPath ) : AssemblyMetadata | ||
assemblyPath | string | The full path to the assembly file. |
return | AssemblyMetadata |
public GetReflectedAssemblyInfo ( string assemblyName ) : AssemblyMetadata | ||
assemblyName | string | The full name of the assembly |
return | AssemblyMetadata |