This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portable.portablefile [2015/08/20 03:08] 127.0.0.1 external edit |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.Portable.PortableFile ====== | ||
| - | |||
| - | |||
| - | |||
| - | <!-- Class --> | ||
| - | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | ||
| - | **[[ThinkGeo.MapSuite.Portable.PortableFile]] | ||
| - | ===== Members Summary ===== | ||
| - | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#PortableFile()|PortableFile]] | | | | | ||
| - | |||
| - | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | ||
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | ||
| - | |||
| - | ==== Protected Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CopyCore(String, String, Boolean)|CopyCore]] | String, String, Boolean | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#CreateCore(String)|CreateCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#DeleteCore(String)|DeleteCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ExistsCore(String)|ExistsCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetAttributesCore(String)|GetAttributesCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GetLastWriteTimeCore(String)|GetLastWriteTimeCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MoveCore(String, String)|MoveCore]] | String, String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore(String, GeoFileMode, GeoFileAccess, GeoFileShare)|OpenCore]] | String, [[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]], [[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]], [[ThinkGeo.MapSuite.Core.GeoFileShare|GeoFileShare]] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenCore(String, GeoFileMode, GeoFileAccess)|OpenCore]] | String, [[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]], [[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#OpenReadCore(String)|OpenReadCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ReadAllBytesCore(String)|ReadAllBytesCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ReadAllLinesCore(String)|ReadAllLinesCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#ReadAllTextCore(String)|ReadAllTextCore]] | String | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetAttributesCore(String, Int32)|SetAttributesCore]] | String, Int32 | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetCreationTimeCore(String, DateTime)|SetCreationTimeCore]] | String, DateTime | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#SetLastWriteTimeCore(String, DateTime)|SetLastWriteTimeCore]] | String, DateTime | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#WriteAllBytesCore(String, Byte[])|WriteAllBytesCore]] | String, Byte[] | | | | ||
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#WriteAllLinesCore(String, String[])|WriteAllLinesCore]] | String, String[] | | | | ||
| - | |||
| - | ==== Public Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Protected Properties ==== | ||
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ==== Public Events ==== | ||
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | ||
| - | |||
| - | ===== Public Constructors ===== | ||
| - | ===== Protected Constructors ===== | ||
| - | ==== PortableFile() ==== | ||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | [[#Protected Constructors|Go Back]] | ||
| - | ===== Public Methods ===== | ||
| - | ==== Equals(Object) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | obj | Object<!-- System.Object --> | | | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetHashCode() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== GetType() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Type<!-- System.Type --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ==== ToString() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Public Methods|Go Back]] | ||
| - | ===== Protected Methods ===== | ||
| - | ==== CopyCore(String, String, Boolean) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFileName | String<!-- System.String --> | | | ||
| - | | destFileName | String<!-- System.String --> | | | ||
| - | | overwrite | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== CreateCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Stream<!-- System.IO.Stream --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== DeleteCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ExistsCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Boolean<!-- System.Boolean --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== Finalize() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetAttributesCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | filename | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== GetLastWriteTimeCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | DateTime<!-- System.DateTime --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MemberwiseClone() ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Object<!-- System.Object --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | |||
| - | <!-- System.Object --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== MoveCore(String, String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | sourceFileName | String<!-- System.String --> | | | ||
| - | | destFileName | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OpenCore(String, GeoFileMode, GeoFileAccess, GeoFileShare) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Stream<!-- System.IO.Stream --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | | mode | [[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]]<!-- ThinkGeo.MapSuite.Core.GeoFileMode --> | | | ||
| - | | access | [[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]]<!-- ThinkGeo.MapSuite.Core.GeoFileAccess --> | | | ||
| - | | share | [[ThinkGeo.MapSuite.Core.GeoFileShare|GeoFileShare]]<!-- ThinkGeo.MapSuite.Core.GeoFileShare --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OpenCore(String, GeoFileMode, GeoFileAccess) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Stream<!-- System.IO.Stream --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | | mode | [[ThinkGeo.MapSuite.Core.GeoFileMode|GeoFileMode]]<!-- ThinkGeo.MapSuite.Core.GeoFileMode --> | | | ||
| - | | access | [[ThinkGeo.MapSuite.Core.GeoFileAccess|GeoFileAccess]]<!-- ThinkGeo.MapSuite.Core.GeoFileAccess --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== OpenReadCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Stream<!-- System.IO.Stream --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ReadAllBytesCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Byte[]<!-- System.Byte[[]] --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ReadAllLinesCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String[]<!-- System.String[[]] --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== ReadAllTextCore(String) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | String<!-- System.String --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetAttributesCore(String, Int32) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | | fileAttributes | Int32<!-- System.Int32 --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetCreationTimeCore(String, DateTime) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | filename | String<!-- System.String --> | | | ||
| - | | dateTime | DateTime<!-- System.DateTime --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== SetLastWriteTimeCore(String, DateTime) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | filename | String<!-- System.String --> | | | ||
| - | | dateTime | DateTime<!-- System.DateTime --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== WriteAllBytesCore(String, Byte[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | fileName | String<!-- System.String --> | | | ||
| - | | bytes | Byte[]<!-- System.Byte[[]] --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ==== WriteAllLinesCore(String, String[]) ==== | ||
| - | === Return Value === | ||
| - | ^ Return Type ^ Description ^ | ||
| - | | Void<!-- System.Void --> | | | ||
| - | |||
| - | === Parameters === | ||
| - | ^ Name ^ Type ^ Description ^ | ||
| - | | path | String<!-- System.String --> | | | ||
| - | | lines | String[]<!-- System.String[[]] --> | | | ||
| - | |||
| - | <!-- ThinkGeo.MapSuite.Portable.PortableFile --> | ||
| - | [[#Protected Methods|Go Back]] | ||
| - | ===== Public Properties ===== | ||
| - | ===== Protected Properties ===== | ||
| - | ===== Public Events ===== | ||
| - | __NOTOC__ | ||
| - | [[Category:MapSuitePortableCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.Portable]] | ||
| - | [[Category:UpdateDocumentation]] | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.