Method | Description | |
---|---|---|
ExtensionInfoBuilder ( string fileName ) : System |
Initializes a new instance of the ExtensionInfoBuilder class for the given assembly.
|
Method | Description | |
---|---|---|
CompareAssemblys ( |
Compares to AssemblyNames to check if they a re the same. This is a quick and dirty solution, as the method only compares the textual name. Need to find a better method here! |
|
ReflectionOnlyTypeFromAssembly ( |
Gets the reflection only type instance of a given type. To be able to check for superclasses of a given reflection only loaded type, you need to use the reflection only class type of the superclass. This method gets the reflection only type for a given normal type instance. |
public ExtensionInfoBuilder ( string fileName ) : System | ||
fileName | string | The file name and path to the assembly to check. |
return | System |