====== ThinkGeo.MapSuite.Portable.PortableFile ====== {{section>upgrade_map_suite_to_10.0}} ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.Portable.PortableFile** ===== Members Summary ===== ==== Public Constructors ==== ==== Protected Constructors ==== ** {{wiki:ProtectedMethod.gif|}} PortableFile() ** * //N/A// == Remarks == * //N/A// == Parameters ==
==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A ** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters == ==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} ReadAllText(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ReadAllTextCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Open(String,GeoFileMode,GeoFileAccess) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //mode// * Type:[[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]] * Description:N/A * //access// * Type:[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} OpenCore(String,GeoFileMode,GeoFileAccess) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //mode// * Type:[[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]] * Description:N/A * //access// * Type:[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Open(String,GeoFileMode,GeoFileAccess,GeoFileShare) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //mode// * Type:[[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]] * Description:N/A * //access// * Type:[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] * Description:N/A * //share// * Type:[[ThinkGeo.MapSuite.Core.GeoFileShare|GeoFileShare]] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} OpenCore(String,GeoFileMode,GeoFileAccess,GeoFileShare) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //mode// * Type:[[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]] * Description:N/A * //access// * Type:[[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] * Description:N/A * //share// * Type:[[ThinkGeo.MapSuite.Core.GeoFileShare|GeoFileShare]] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Create(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} CreateCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ReadAllBytes(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Byte[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ReadAllBytesCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Byte[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} WriteAllLines(String,String[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //lines// * Type:String[] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} WriteAllLinesCore(String,String[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //lines// * Type:String[] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ReadAllLines(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ReadAllLinesCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String[] * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} OpenRead(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} OpenReadCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Stream * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Exists(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} ExistsCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Delete(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} DeleteCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetAttributes(String,FileAttributes) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //fileAttributes// * Type:FileAttributes * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetAttributesCore(String,Int32) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //path// * Type:String * Description:N/A * //fileAttributes// * Type:Int32 * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Move(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //sourceFileName// * Type:String * Description:N/A * //destFileName// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} MoveCore(String,String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //sourceFileName// * Type:String * Description:N/A * //destFileName// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Copy(String,String,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //sourceFileName// * Type:String * Description:N/A * //destFileName// * Type:String * Description:N/A * //overwrite// * Type:Boolean * Description:N/A ** {{wiki:ProtectedMethod.gif|}} CopyCore(String,String,Boolean) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //sourceFileName// * Type:String * Description:N/A * //destFileName// * Type:String * Description:N/A * //overwrite// * Type:Boolean * Description:N/A ** {{wiki:ProtectedMethod.gif|}} WriteAllBytes(String,Byte[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //fileName// * Type:String * Description:N/A * //bytes// * Type:Byte[] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} WriteAllBytesCore(String,Byte[]) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //fileName// * Type:String * Description:N/A * //bytes// * Type:Byte[] * Description:N/A ** {{wiki:ProtectedMethod.gif|}} GetLastWriteTime(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DateTime * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} GetLastWriteTimeCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:DateTime * Description:N/A == Parameters == * //path// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} GetAttributes(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:FileAttributes * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} GetAttributesCore(String) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetCreationTime(String,DateTime) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A * //dateTime// * Type:DateTime * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetCreationTimeCore(String,DateTime) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A * //dateTime// * Type:DateTime * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetLastWriteTime(String,DateTime) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A * //dateTime// * Type:DateTime * Description:N/A ** {{wiki:ProtectedMethod.gif|}} SetLastWriteTimeCore(String,DateTime) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //filename// * Type:String * Description:N/A * //dateTime// * Type:DateTime * Description:N/A ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters == ==== Public Properties ==== ==== Protected Properties ==== ==== Public Events ====