summaryrefslogtreecommitdiff
path: root/src/vm/crossgenroresolvenamespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/crossgenroresolvenamespace.h')
-rw-r--r--src/vm/crossgenroresolvenamespace.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/vm/crossgenroresolvenamespace.h b/src/vm/crossgenroresolvenamespace.h
new file mode 100644
index 0000000000..f29e98a45b
--- /dev/null
+++ b/src/vm/crossgenroresolvenamespace.h
@@ -0,0 +1,27 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+//+----------------------------------------------------------------------------
+//
+
+//
+
+//
+//-----------------------------------------------------------------------------
+
+#ifndef __CROSSGENRORESOLVENAMESPACE_H
+#define __CROSSGENRORESOLVENAMESPACE_H
+
+namespace Crossgen
+{
+ HRESULT WINAPI CrossgenRoResolveNamespace(
+ const LPCWSTR wszNamespace,
+ DWORD * pcMetadataFiles,
+ SString ** ppMetadataFiles);
+
+ void SetFirstPartyWinMDPaths(StringArrayList* saAppPaths);
+ void SetAppPaths(StringArrayList* saAppPaths);
+}
+
+#endif