C# Class Bickle.ReSharper.Runner.Tasks.LoadContextAssemblyTask

Inheritance: RemoteTask
Datei anzeigen Open project: davidmfoley/bickle Class Usage Examples

Public Properties

Property Type Description
AssemblyPath string

Public Methods

Method Description
Equals ( LoadContextAssemblyTask other ) : bool
Equals ( RemoteTask other ) : bool
LoadContextAssemblyTask ( XmlElement element ) : System
LoadContextAssemblyTask ( string assemblyPath ) : System
SaveXml ( System element ) : void

Method Details

Equals() public method

public Equals ( LoadContextAssemblyTask other ) : bool
other LoadContextAssemblyTask
return bool

Equals() public method

public Equals ( RemoteTask other ) : bool
other RemoteTask
return bool

LoadContextAssemblyTask() public method

public LoadContextAssemblyTask ( XmlElement element ) : System
element System.Xml.XmlElement
return System

LoadContextAssemblyTask() public method

public LoadContextAssemblyTask ( string assemblyPath ) : System
assemblyPath string
return System

SaveXml() public method

public SaveXml ( System element ) : void
element System
return void

Property Details

AssemblyPath public_oe property

public string AssemblyPath
return string