@@ -150,28 +150,16 @@ struct Library_nf_sys_io_filesystem_System_IO_Directory
150
150
//--//
151
151
};
152
152
153
- struct Library_nf_sys_io_filesystem_System_IO_File
154
- {
155
- NANOCLR_NATIVE_DECLARE (ExistsNative___STATIC__BOOLEAN__STRING__STRING );
156
- NANOCLR_NATIVE_DECLARE (MoveNative___STATIC__VOID__STRING__STRING );
157
- NANOCLR_NATIVE_DECLARE (DeleteNative___STATIC__VOID__STRING );
158
- NANOCLR_NATIVE_DECLARE (GetAttributesNative___STATIC__U1__STRING );
159
- NANOCLR_NATIVE_DECLARE (SetAttributesNative___STATIC__VOID__STRING__U1 );
160
- NANOCLR_NATIVE_DECLARE (GetLastWriteTimeNative___STATIC__SystemDateTime__STRING );
161
-
162
- //--//
163
- };
164
-
165
153
struct Library_nf_sys_io_filesystem_System_IO_FileStream
166
154
{
167
- static const int FIELD___canRead = 2 ;
168
- static const int FIELD___canWrite = 3 ;
169
- static const int FIELD___canSeek = 4 ;
170
- static const int FIELD___seekLimit = 5 ;
171
- static const int FIELD___position = 6 ;
172
- static const int FIELD___disposed = 7 ;
173
- static const int FIELD___name = 8 ;
174
- static const int FIELD___path = 9 ;
155
+ static const int FIELD___canRead = 1 ;
156
+ static const int FIELD___canWrite = 2 ;
157
+ static const int FIELD___canSeek = 3 ;
158
+ static const int FIELD___seekLimit = 4 ;
159
+ static const int FIELD___position = 5 ;
160
+ static const int FIELD___disposed = 6 ;
161
+ static const int FIELD___name = 7 ;
162
+ static const int FIELD___path = 8 ;
175
163
176
164
NANOCLR_NATIVE_DECLARE (OpenFileNative___VOID__STRING__STRING__I4 );
177
165
NANOCLR_NATIVE_DECLARE (ReadNative___I4__STRING__STRING__I8__SZARRAY_U1__I4 );
@@ -181,11 +169,25 @@ struct Library_nf_sys_io_filesystem_System_IO_FileStream
181
169
//--//
182
170
};
183
171
172
+ struct Library_nf_sys_io_filesystem_System_IO_File
173
+ {
174
+ static const int FIELD_STATIC__EmptyBytes = 2 ;
175
+
176
+ NANOCLR_NATIVE_DECLARE (DeleteNative___STATIC__VOID__STRING );
177
+ NANOCLR_NATIVE_DECLARE (ExistsNative___STATIC__BOOLEAN__STRING__STRING );
178
+ NANOCLR_NATIVE_DECLARE (GetAttributesNative___STATIC__U1__STRING );
179
+ NANOCLR_NATIVE_DECLARE (GetLastWriteTimeNative___STATIC__SystemDateTime__STRING );
180
+ NANOCLR_NATIVE_DECLARE (MoveNative___STATIC__VOID__STRING__STRING );
181
+ NANOCLR_NATIVE_DECLARE (SetAttributesNative___STATIC__VOID__STRING__U1 );
182
+
183
+ //--//
184
+ };
185
+
184
186
struct Library_nf_sys_io_filesystem_System_IO_Path
185
187
{
186
- static const int FIELD_STATIC__DirectorySeparatorChar = 2 ;
187
- static const int FIELD_STATIC__InvalidPathChars = 3 ;
188
- static const int FIELD_STATIC__m_illegalCharacters = 4 ;
188
+ static const int FIELD_STATIC__DirectorySeparatorChar = 3 ;
189
+ static const int FIELD_STATIC__InvalidPathChars = 4 ;
190
+ static const int FIELD_STATIC__m_illegalCharacters = 5 ;
189
191
190
192
//--//
191
193
};
0 commit comments