You've already forked linux-packaging-mono
Imported Upstream version 4.8.0.309
Former-commit-id: 5f9c6ae75f295e057a7d2971f3a6df4656fa8850
This commit is contained in:
parent
ee1447783b
commit
94b2861243
@@ -532,8 +532,7 @@ mono_marshal_get_native_wrapper (MonoMethod *method, gboolean check_exceptions,
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>method</i><td> The MonoMethod to wrap.</td></td></tr><tr><td><i>check_exceptions</i><td> Whenever to check for pending exceptions</td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
generates IL code for the pinvoke wrapper (the generated method
|
||||
calls the unmanaged code in piinfo->addr)
|
||||
The wrapper info for the wrapper is a WrapperInfo structure.</div>
|
||||
calls the unmanaged code in piinfo->addr)</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -570,8 +569,7 @@ mono_marshal_get_ptr_to_struct (MonoClass *klass)
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>klass</i><td></td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
generates IL code for PtrToStructure (IntPtr src, object structure)
|
||||
The wrapper info for the wrapper is a WrapperInfo structure.</div>
|
||||
generates IL code for PtrToStructure (IntPtr src, object structure)</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@@ -698,8 +696,7 @@ mono_marshal_get_struct_to_ptr (MonoClass *klass)
|
||||
<div class="mapi-section">Parameters</div>
|
||||
<table class="mapi-parameters"><tbody><tr><td><i>klass</i><td></td></td></tr></tbody></table> <div class="mapi-section">Description</div>
|
||||
<div> <p />
|
||||
generates IL code for StructureToPtr (object structure, IntPtr ptr, bool fDeleteOld)
|
||||
The wrapper info for the wrapper is a WrapperInfo structure.</div>
|
||||
generates IL code for StructureToPtr (object structure, IntPtr ptr, bool fDeleteOld)</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
|
Reference in New Issue
Block a user