You've already forked linux-packaging-mono
Imported Upstream version 5.10.0.47
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
This commit is contained in:
parent
88ff76fe28
commit
e46a49ecf1
@ -48,6 +48,16 @@
|
||||
line-height: 0px;
|
||||
}
|
||||
|
||||
.mapi-codeblock {
|
||||
display: block;
|
||||
padding: 5pt 5pt;
|
||||
margin: 10pt;
|
||||
white-space: pre;
|
||||
font-family: monospace;
|
||||
border: 1px solid rgba(233,233,233,1);
|
||||
background-color: rgba(249,249,249,1);
|
||||
}
|
||||
|
||||
.mapi-entry code {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
@ -210,7 +220,8 @@ mono_get_object_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Object</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Object</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Object</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -233,7 +244,8 @@ mono_get_int16_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Int16</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int16</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int16</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -256,7 +268,8 @@ mono_get_int32_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Int32</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int32</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int32</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -279,7 +292,8 @@ mono_get_int64_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Int64</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int64</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Int64</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -302,7 +316,8 @@ mono_get_double_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Double</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Double</code> (64-bit floating points).</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Double</code> (64-bit floating points).</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -325,7 +340,8 @@ mono_get_enum_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Enum</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Enum</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Enum</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -348,7 +364,8 @@ mono_get_intptr_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.IntPtr</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.IntPtr</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.IntPtr</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -371,7 +388,8 @@ mono_get_sbyte_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.SByte</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.SByte</code>.</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.SByte</code>.</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -394,7 +412,8 @@ mono_get_single_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Single</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Single</code> (32-bit floating points).</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Single</code> (32-bit floating points).</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -417,7 +436,8 @@ mono_get_string_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.String</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.String</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.String</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -440,7 +460,8 @@ mono_get_thread_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Threading.Thread</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Threading.Thread</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Threading.Thread</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -463,7 +484,8 @@ mono_get_uint16_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.UInt16</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt16</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt16</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -486,7 +508,8 @@ mono_get_uint32_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.UInt32</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt32</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt32</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -509,7 +532,8 @@ mono_get_uint64_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.UInt64</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt64</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UInt64</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -532,7 +556,8 @@ mono_get_uintptr_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.UIntPtr</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UIntPtr</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.UIntPtr</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -555,7 +580,8 @@ mono_get_void_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Void</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Void</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Void</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -578,7 +604,8 @@ mono_get_array_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Array</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Array</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Array</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -601,7 +628,8 @@ mono_get_boolean_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Boolean</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Boolean</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Boolean</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -624,7 +652,8 @@ mono_get_byte_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Byte</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Byte</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Byte</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
</div> <!-- class=mapi -->
|
||||
@ -647,7 +676,8 @@ mono_get_char_class (void)
|
||||
<div> The <code>MonoClass*</code> for the <code>System.Char</code> type.
|
||||
</div>
|
||||
<div class="mapi-section">Description</div>
|
||||
<div> Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Char</code> .</div>
|
||||
<div>
|
||||
Use this function to get the <code>MonoClass*</code> that the runtime is using for <code>System.Char</code> .</div>
|
||||
</div><!--mapi-description -->
|
||||
</div><!--height container -->
|
||||
|
||||
|
Reference in New Issue
Block a user