C# Class StaticAnalysis.DependencyAnalyzer.AssemblyRecord

Information about assemblies
Inheritance: ICloneable
Mostra file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Equals ( AssemblyName assembly ) : bool

Compare the assembly record to an assembly name

Equals ( AssemblyRecord record ) : bool
Equals ( object obj ) : bool
GetAncestors ( ) : HashSet

Get all the ancestors in the ancestor tree

GetHashCode ( ) : int
ToString ( ) : string

Method Details

Clone() public method

public Clone ( ) : object
return object

Equals() public method

Compare the assembly record to an assembly name
public Equals ( AssemblyName assembly ) : bool
assembly System.Reflection.AssemblyName The assembly name to compare with
return bool

Equals() public method

public Equals ( AssemblyRecord record ) : bool
record AssemblyRecord
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAncestors() public method

Get all the ancestors in the ancestor tree
public GetAncestors ( ) : HashSet
return HashSet

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string