Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PInvokesExpectations.json « Dependencies « TestCases « Mono.Linker.Tests « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 872915eca15a6a4bf41b05ca825d24d6fb5d0ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
    {
        "assembly": "copyassembly.dll",
        "entryPoint": "CustomEntryPoint",
        "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly::CustomEntryPoint()",
        "moduleName": "lib_copyassembly"
    },
    {
        "assembly": "copyassembly.dll",
        "entryPoint": "FooEntryPoint",
        "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly::FooEntryPoint()",
        "moduleName": "lib_copyassembly"
    },
    {
        "assembly": "test.exe",
        "entryPoint": "CustomEntryPoint",
        "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::CustomEntryPoint()",
        "moduleName": "lib"
    },
    {
        "assembly": "test.exe",
        "entryPoint": "CustomEntryPoint",
        "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::CustomEntryPoint0()",
        "moduleName": "lib"
    },
    {
        "assembly": "test.exe",
        "entryPoint": "FooEntryPoint",
        "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::FooEntryPoint()",
        "moduleName": "lib"
    }
]