Methods
-
Get
Custom Gets all the custom attributes for the given assembly.Attributes(String) -
Get
Type(String) Gets a ITypeInfo for the given type. -
Get
Types(Boolean) Gets all the types for the assembly.
Properties
-
Assembly
Path Gets the on-disk location of the assembly under test. If the assembly path is not known (for example, in AST-based runners), you must return null. - Name Gets the assembly name. May return a fully qualified name for assemblies found via reflection (i.e., "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"), or may return just assembly name only for assemblies found via source code introspection (i.e., "mscorlib").