Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/System.IO.FileSystem/nf_sys_io_filesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,16 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
NULL,
};

const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_IO_FileSystem =
{
"System.IO.FileSystem",
0x91DFAE15,
0x545A6C79,
method_lookup,
{ 1, 0, 0, 1 }
{ 1, 0, 0, 2 }
};

// clang-format on
7 changes: 4 additions & 3 deletions src/System.IO.FileSystem/nf_sys_io_filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,13 @@ struct Library_nf_sys_io_filesystem_System_IO_File
struct Library_nf_sys_io_filesystem_System_IO_Path
{
static const int FIELD_STATIC__DirectorySeparatorChar = 3;
static const int FIELD_STATIC__InvalidPathChars = 4;
static const int FIELD_STATIC__m_illegalCharacters = 5;
static const int FIELD_STATIC__AltDirectorySeparatorChar = 4;
static const int FIELD_STATIC__VolumeSeparatorChar = 5;
static const int FIELD_STATIC__PathSeparator = 6;

//--//
};

extern const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_IO_FileSystem;

#endif //_NF_SYS_IO_FILESYSTEM_H_
#endif // NF_SYS_IO_FILESYSTEM_H