Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CSystemIoProvider : Gregor.Core.CIoProviderBase, Gregor.Core.IIoProvider, Gregor.Core.IProvider, Gregor.Core.INamedItem Custom Attributes: Description:
static private CSystemIoProvider() Custom Attributes: Description:
public CSystemIoProvider() Custom Attributes: Description:
protected CSystemIoProvider(System.String sName, System.String sDescription) Custom Attributes: Description:
static public System.Char[] SLASHES Custom Attributes: Description:
protected virtual System.Net.WebRequest CreateWebRequest(System.String sFullPath) Custom Attributes: Description:
public override System.String GetAbsolutePath(System.String sBasePath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetAbsolutePath Custom Attributes: Description:
public override System.String GetBasePath(System.String sTargetPath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetBasePath Custom Attributes: Description:
public override System.String GetFileExtension(System.String sPath) // Gregor.Core.IIoProvider.GetFileExtension Custom Attributes: Description:
public override System.String GetParentPath(System.String sFullPath) // Gregor.Core.IIoProvider.GetParentPath Custom Attributes: Description:
public override System.String GetRelativePath(System.String sBasePath, System.String sTargetPath) // Gregor.Core.IIoProvider.GetRelativePath Custom Attributes: Description:
protected virtual System.Boolean IsUrl(System.String sFullPath) Custom Attributes: Description:
public override System.Boolean PerformTest(Gregor.Core.PathTest test, System.String sFullPath) // Gregor.Core.IIoProvider.PerformTest Custom Attributes: Description:
public override System.String ReadStorage(System.String sFullPath, System.Text.Encoding enc) // Gregor.Core.IIoProvider.ReadStorage Custom Attributes: Description:
public override System.Boolean Supports(Gregor.Core.IoProviderFeature feature, System.String sFullPath) // Gregor.Core.IIoProvider.Supports Custom Attributes: Description:
public override void WriteAppendStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteAppendStorage Custom Attributes: Description:
public override void WriteStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteStorage Custom Attributes: Description: