IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
CShell.Modules.Editors.EditorProvider Class Reference
+ Inheritance diagram for CShell.Modules.Editors.EditorProvider:
+ Collaboration diagram for CShell.Modules.Editors.EditorProvider:

Public Member Functions

bool Handles (Uri uri)
 
IDocument Create (Uri uri)
 
bool Handles (Uri uri)
 
IDocument Create (Uri uri)
 

Private Attributes

readonly List< string > extensions
 

Member Function Documentation

bool CShell.Modules.Editors.EditorProvider.Handles ( Uri  uri)
inline
IDocument CShell.Modules.Editors.EditorProvider.Create ( Uri  uri)
inline
bool CShell.Modules.Editors.EditorProvider.Handles ( Uri  uri)
inline
IDocument CShell.Modules.Editors.EditorProvider.Create ( Uri  uri)
inline

Member Data Documentation

readonly List< string > CShell.Modules.Editors.EditorProvider.extensions
private
Initial value:
= new List<string>
{
".cshell",
".cs",
".csx",
".txt",
".cmd"
}

The documentation for this class was generated from the following file: