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

test-marshal-array.il « tests « ilasm « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 567dc0706d6529ee37c851c355a5061716a0f7fe (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 extern mscorlib
{
}
.assembly 'test-marshal-array.il'
{
}

  .class public auto ansi beforefieldinit Tests
  	extends [mscorlib]System.Object
  {

    .method public virtual  hidebysig 
           instance default int32 Invoke ([in] string[] marshal (lpstr[+ 3]) arr_ad1)  runtime managed 
    {
    }

    .method public virtual  hidebysig 
           instance default int32 Invoke2([in] string[] marshal (lpstr[2]) arr_ad2)  runtime managed 
    {
    }
  
    .method public virtual  hidebysig 
           instance default int32 Invoke3 ([in] string[] marshal (lpstr[2 + 3]) arr_ad3)  runtime managed 
    {
    }

     .method public virtual  hidebysig 
           instance default int32 Invoke4 ([in] string[] marshal (lpstr[]) arr_ad4)  runtime managed 
    {
    }
  }