Class Assembly
A .NET assembly location.
Import path
import csharp
Direct supertypes
Indirect supertypes
Predicates
getCompilation | Gets the compilation producing this assembly, if any. |
getFile | Gets the file of the location. |
getFullName | Gets the full name of this assembly, including its version and public token. |
getName | Gets the name of this assembly. |
getVersion | Gets the version of this assembly. |
hasLocationInfo | |
toString |
Inherited predicates
before | Holds if this location starts before the specified location. | from Location |
getAnAttribute | Gets an attribute attached to this element, if any. | from Attributable |
getEndColumn | Gets the 1-based column number (inclusive) where this location ends. | from Location |
getEndLine | Gets the 1-based line number (inclusive) where this location ends. | from Location |
getStartColumn | Gets the 1-based column number (inclusive) where this location starts. | from Location |
getStartLine | Gets the 1-based line number (inclusive) where this location starts. | from Location |
strictlyBefore | Holds if this location starts strictly before the specified location. | from Location |