Click or drag to resize

ReferencedAssembly Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Model.SharpScriptReferencedAssembly

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class ReferencedAssembly : IDisplayName, 
	IEquatable<ReferencedAssembly>, IClone<ReferencedAssembly>, IComparable, 
	IComparable<ReferencedAssembly>

The ReferencedAssembly type exposes the following members.

Constructors
 NameDescription
Public methodReferencedAssembly 
Top
Properties
Methods
 NameDescription
Public methodCompareTo(Object) 
Public methodCompareTo(ReferencedAssembly) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodEquals(ReferencedAssembly) 
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also