|
5 | 5 | .assembly extern System.Runtime.CompilerServices.VisualC { }
|
6 | 6 | .assembly CopyCtorUtil { }
|
7 | 7 |
|
| 8 | +.class auto ansi sealed public TestDelegate |
| 9 | + extends [mscorlib]System.MulticastDelegate |
| 10 | +{ |
| 11 | + .custom instance void [mscorlib]System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute::.ctor(valuetype [mscorlib]System.Runtime.InteropServices.CallingConvention) = ( 01 00 03 00 00 00 00 00 ) |
| 12 | + .method public hidebysig specialname rtspecialname |
| 13 | + instance void .ctor(object 'object', |
| 14 | + native int 'method') runtime managed |
| 15 | + { |
| 16 | + } // end of method TestDelegate::.ctor |
| 17 | + |
| 18 | + .method public hidebysig newslot virtual |
| 19 | + instance int32 Invoke(valuetype [CopyCtorUtil]StructWithCtor modreq([mscorlib]System.Runtime.CompilerServices.IsCopyConstructed)* ptrStruct, |
| 20 | + valuetype [CopyCtorUtil]StructWithCtor modreq([mscorlib]System.Runtime.CompilerServices.IsCopyConstructed)& refStruct) runtime managed |
| 21 | + { |
| 22 | + } // end of method TestDelegate::Invoke |
| 23 | + |
| 24 | + .method public hidebysig newslot virtual |
| 25 | + instance class [mscorlib]System.IAsyncResult |
| 26 | + BeginInvoke(valuetype [CopyCtorUtil]StructWithCtor modreq([mscorlib]System.Runtime.CompilerServices.IsCopyConstructed)* ptrStruct, |
| 27 | + valuetype [CopyCtorUtil]StructWithCtor modreq([mscorlib]System.Runtime.CompilerServices.IsCopyConstructed)& refStruct, |
| 28 | + class [mscorlib]System.AsyncCallback callback, |
| 29 | + object 'object') runtime managed |
| 30 | + { |
| 31 | + } // end of method TestDelegate::BeginInvoke |
| 32 | + |
| 33 | + .method public hidebysig newslot virtual |
| 34 | + instance int32 EndInvoke(valuetype [CopyCtorUtil]StructWithCtor modreq([mscorlib]System.Runtime.CompilerServices.IsCopyConstructed)& refStruct, |
| 35 | + class [mscorlib]System.IAsyncResult result) runtime managed |
| 36 | + { |
| 37 | + } // end of method TestDelegate::EndInvoke |
| 38 | + |
| 39 | +} // end of class TestDelegate |
| 40 | + |
8 | 41 | .class public sealed sequential ansi beforefieldinit StructWithCtor
|
9 | 42 | extends [mscorlib]System.ValueType
|
10 | 43 | {
|
|
0 commit comments