프로퍼티 | 타입 | 설명 | |
---|---|---|---|
FileSystemWatcher_Changed | void | ||
FileSystemWatcher_Created | void | ||
FileSystemWatcher_Deleted | void | ||
FileSystemWatcher_Renamed | void | ||
FolderSystemWatcher_Created | void | ||
FolderSystemWatcher_Deleted | void | ||
FolderSystemWatcher_Renamed | void | ||
Invoke | void | ||
IsExcluded | bool | ||
RemoveFiles | void |
메소드 | 설명 | |
---|---|---|
AddFile ( string fullPath ) : void | ||
AddFolder ( string fullPath ) : void | ||
AddReference ( IProject project ) : void | ||
CompareTo ( IProject other ) : int | ||
CompareTo ( IProjectFolder other ) : int | ||
CompareTo ( IProjectItem other ) : int | ||
CompareTo ( string other ) : int | ||
ExcludeFile ( ISourceFile file ) : void | ||
ExcludeFolder ( IProjectFolder folder ) : void | ||
FileChanged ( string fullPath ) : void | ||
FileSystemProject ( bool useDispatcher ) : System | ||
FindFile ( string path ) : ISourceFile | ||
FindFolder ( string path ) : IProjectFolder | ||
GetSubFolders ( |
||
Load ( ISolution solution, string filePath ) : IProject | ||
PopulateFiles ( |
||
RemoveFile ( ISourceFile file ) : void | ||
RemoveFile ( string fullPath ) : void | ||
RemoveFolder ( IProjectFolder folder ) : void | ||
RemoveFolder ( string folder ) : void | ||
RemoveReference ( IProject project ) : void | ||
ResolveReferences ( ) : void | ||
Save ( ) : void |
메소드 | 설명 | |
---|---|---|
LoadFiles ( ) : void |
메소드 | 설명 | |
---|---|---|
FileSystemWatcher_Changed ( object sender, |
||
FileSystemWatcher_Created ( object sender, |
||
FileSystemWatcher_Deleted ( object sender, |
||
FileSystemWatcher_Renamed ( object sender, |
||
FolderSystemWatcher_Created ( object sender, |
||
FolderSystemWatcher_Deleted ( object sender, |
||
FolderSystemWatcher_Renamed ( object sender, |
||
Invoke ( System.Action action ) : void | ||
IsExcluded ( List |
||
RemoveFiles ( |
public abstract AddReference ( IProject project ) : void | ||
project | IProject | |
리턴 | void |
public abstract CompareTo ( IProjectFolder other ) : int | ||
other | IProjectFolder | |
리턴 | int |
public abstract CompareTo ( IProjectItem other ) : int | ||
other | IProjectItem | |
리턴 | int |
public abstract ExcludeFile ( ISourceFile file ) : void | ||
file | ISourceFile | |
리턴 | void |
public abstract ExcludeFolder ( IProjectFolder folder ) : void | ||
folder | IProjectFolder | |
리턴 | void |
public FileSystemProject ( bool useDispatcher ) : System | ||
useDispatcher | bool | |
리턴 | System |
public FindFolder ( string path ) : IProjectFolder | ||
path | string | |
리턴 | IProjectFolder |
public static GetSubFolders ( |
||
project | ||
parent | IProjectFolder | |
path | string | |
리턴 | IProjectFolder |
public abstract Load ( ISolution solution, string filePath ) : IProject | ||
solution | ISolution | |
filePath | string | |
리턴 | IProject |
public static PopulateFiles ( |
||
project | ||
folder | IProjectFolder | |
리턴 | void |
public RemoveFolder ( IProjectFolder folder ) : void | ||
folder | IProjectFolder | |
리턴 | void |
public abstract RemoveReference ( IProject project ) : void | ||
project | IProject | |
리턴 | void |