diff options
Diffstat (limited to 'src/ext/Bal/dnchost/dnchost.h')
-rw-r--r-- | src/ext/Bal/dnchost/dnchost.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/ext/Bal/dnchost/dnchost.h b/src/ext/Bal/dnchost/dnchost.h deleted file mode 100644 index 000cf43d..00000000 --- a/src/ext/Bal/dnchost/dnchost.h +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | #pragma once | ||
2 | // Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. | ||
3 | |||
4 | |||
5 | enum DNCHOSTTYPE | ||
6 | { | ||
7 | DNCHOSTTYPE_UNKNOWN, | ||
8 | DNCHOSTTYPE_FDD, | ||
9 | DNCHOSTTYPE_SCD, | ||
10 | }; | ||
11 | |||
12 | struct DNCSTATE | ||
13 | { | ||
14 | BOOL fInitialized; | ||
15 | BOOL fInitializedRuntime; | ||
16 | HINSTANCE hInstance; | ||
17 | LPWSTR sczModuleFullPath; | ||
18 | LPWSTR sczAppBase; | ||
19 | LPWSTR sczBaFactoryAssemblyName; | ||
20 | LPWSTR sczBaFactoryAssemblyPath; | ||
21 | LPWSTR sczBaFactoryDepsJsonPath; | ||
22 | LPWSTR sczBaFactoryRuntimeConfigPath; | ||
23 | DNCHOSTTYPE type; | ||
24 | HOSTFXR_STATE hostfxrState; | ||
25 | IBootstrapperApplicationFactory* pAppFactory; | ||
26 | HMODULE hMbapreqModule; | ||
27 | PREQBA_DATA prereqData; | ||
28 | }; | ||