C# 클래스 Bickle.ReSharper.Runner.Tasks.LoadContextAssemblyTask

상속: RemoteTask
파일 보기 프로젝트 열기: davidmfoley/bickle 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyPath string

공개 메소드들

메소드 설명
Equals ( LoadContextAssemblyTask other ) : bool
Equals ( RemoteTask other ) : bool
LoadContextAssemblyTask ( XmlElement element ) : System
LoadContextAssemblyTask ( string assemblyPath ) : System
SaveXml ( System element ) : void

메소드 상세

Equals() 공개 메소드

public Equals ( LoadContextAssemblyTask other ) : bool
other LoadContextAssemblyTask
리턴 bool

Equals() 공개 메소드

public Equals ( RemoteTask other ) : bool
other RemoteTask
리턴 bool

LoadContextAssemblyTask() 공개 메소드

public LoadContextAssemblyTask ( XmlElement element ) : System
element System.Xml.XmlElement
리턴 System

LoadContextAssemblyTask() 공개 메소드

public LoadContextAssemblyTask ( string assemblyPath ) : System
assemblyPath string
리턴 System

SaveXml() 공개 메소드

public SaveXml ( System element ) : void
element System
리턴 void

프로퍼티 상세

AssemblyPath 공개적으로 프로퍼티

public string AssemblyPath
리턴 string