Skip to content

Commit

Permalink
Update documentation after commit acc33d3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent acc33d3 commit 354b265
Show file tree
Hide file tree
Showing 4,626 changed files with 104,917 additions and 104,917 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 11 additions & 11 deletions docs/api/Java.Awt.AWTError.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 id="Java_Awt_AWTError" data-uid="Java.Awt.AWTError" class="text-break">Class
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
<div class="level1"><span class="xref">System.Exception</span></div>
<div class="level2"><span class="xref">MASES.JCOBridge.C2JBridge.JVMBridgeException</span></div>
<div class="level3"><span class="xref">MASES.JCOBridge.C2JBridge.JVMBridgeException</span>&lt;<a class="xref" href="Java.Lang.Throwable.html">Throwable</a>&gt;</div>
<div class="level4"><a class="xref" href="Java.Lang.Throwable.html">Throwable</a></div>
Expand Down Expand Up @@ -161,43 +161,43 @@ <h5>Inherited Members</h5>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring#system-exception-tostring">Exception.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
<span class="xref">System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)</span>
</div>
<div>
<span class="xref">System.Exception.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype#system-exception-gettype">Exception.GetType()</a>
</div>
<div>
<span class="xref">System.Exception.Data</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data#system-exception-data">Exception.Data</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite#system-exception-targetsite">Exception.TargetSite</a>
</div>
<div>
<span class="xref">System.Exception.HelpLink</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink#system-exception-helplink">Exception.HelpLink</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source#system-exception-source">Exception.Source</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
<span class="xref">System.Exception.HResult</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate#system-exception-serializeobjectstate">Exception.SerializeObjectState</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Java.Awt.html">Java.Awt</a></h6>
Expand Down Expand Up @@ -234,7 +234,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
Expand Down
78 changes: 39 additions & 39 deletions docs/api/Java.Awt.AWTEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h1 id="Java_Awt_AWTEvent" data-uid="Java.Awt.AWTEvent" class="text-break">Class
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a></div>
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject">DynamicObject</a></div>
<div class="level1"><span class="xref">System.Dynamic.DynamicObject</span></div>
<div class="level2"><span class="xref">MASES.JCOBridge.C2JBridge.JVMBridgeBase</span></div>
<div class="level3"><span class="xref">MASES.JCOBridge.C2JBridge.JVMBridgeBase</span>&lt;<a class="xref" href="Java.Io.Serializable.html">Serializable</a>&gt;</div>
<div class="level4"><a class="xref" href="Java.Io.Serializable.html">Serializable</a></div>
Expand Down Expand Up @@ -331,7 +331,7 @@ <h5>Inherited Members</h5>
<span class="xref">MASES.JCOBridge.C2JBridge.JVMBridgeBase.IsBridgeListener</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trygetmember#system-dynamic-dynamicobject-trygetmember(system-dynamic-getmemberbinder-system-object@)">DynamicObject.TryGetMember(GetMemberBinder, Object)</a>
<span class="xref">System.Dynamic.DynamicObject.TryGetMember(System.Dynamic.GetMemberBinder, System.Object)</span>
</div>
<div>
<span class="xref">System.Dynamic.DynamicObject.TrySetMember(System.Dynamic.SetMemberBinder, System.Object)</span>
Expand All @@ -340,49 +340,49 @@ <h5>Inherited Members</h5>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trydeletemember#system-dynamic-dynamicobject-trydeletemember(system-dynamic-deletememberbinder)">DynamicObject.TryDeleteMember(DeleteMemberBinder)</a>
</div>
<div>
<span class="xref">System.Dynamic.DynamicObject.TryInvokeMember(System.Dynamic.InvokeMemberBinder, System.Object[], System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.tryinvokemember#system-dynamic-dynamicobject-tryinvokemember(system-dynamic-invokememberbinder-system-object()-system-object@)">DynamicObject.TryInvokeMember(InvokeMemberBinder, Object[], Object)</a>
</div>
<div>
<span class="xref">System.Dynamic.DynamicObject.TryConvert(System.Dynamic.ConvertBinder, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.tryconvert#system-dynamic-dynamicobject-tryconvert(system-dynamic-convertbinder-system-object@)">DynamicObject.TryConvert(ConvertBinder, Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trycreateinstance#system-dynamic-dynamicobject-trycreateinstance(system-dynamic-createinstancebinder-system-object()-system-object@)">DynamicObject.TryCreateInstance(CreateInstanceBinder, Object[], Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.tryinvoke#system-dynamic-dynamicobject-tryinvoke(system-dynamic-invokebinder-system-object()-system-object@)">DynamicObject.TryInvoke(InvokeBinder, Object[], Object)</a>
<span class="xref">System.Dynamic.DynamicObject.TryInvoke(System.Dynamic.InvokeBinder, System.Object[], System.Object)</span>
</div>
<div>
<span class="xref">System.Dynamic.DynamicObject.TryBinaryOperation(System.Dynamic.BinaryOperationBinder, System.Object, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trybinaryoperation#system-dynamic-dynamicobject-trybinaryoperation(system-dynamic-binaryoperationbinder-system-object-system-object@)">DynamicObject.TryBinaryOperation(BinaryOperationBinder, Object, Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.tryunaryoperation#system-dynamic-dynamicobject-tryunaryoperation(system-dynamic-unaryoperationbinder-system-object@)">DynamicObject.TryUnaryOperation(UnaryOperationBinder, Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trygetindex#system-dynamic-dynamicobject-trygetindex(system-dynamic-getindexbinder-system-object()-system-object@)">DynamicObject.TryGetIndex(GetIndexBinder, Object[], Object)</a>
<span class="xref">System.Dynamic.DynamicObject.TryGetIndex(System.Dynamic.GetIndexBinder, System.Object[], System.Object)</span>
</div>
<div>
<span class="xref">System.Dynamic.DynamicObject.TrySetIndex(System.Dynamic.SetIndexBinder, System.Object[], System.Object)</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.trydeleteindex#system-dynamic-dynamicobject-trydeleteindex(system-dynamic-deleteindexbinder-system-object())">DynamicObject.TryDeleteIndex(DeleteIndexBinder, Object[])</a>
<span class="xref">System.Dynamic.DynamicObject.TryDeleteIndex(System.Dynamic.DeleteIndexBinder, System.Object[])</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.getdynamicmembernames#system-dynamic-dynamicobject-getdynamicmembernames">DynamicObject.GetDynamicMemberNames()</a>
<span class="xref">System.Dynamic.DynamicObject.GetDynamicMemberNames()</span>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dynamic.dynamicobject.getmetaobject#system-dynamic-dynamicobject-getmetaobject(system-linq-expressions-expression)">DynamicObject.GetMetaObject(Expression)</a>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals#system-object-referenceequals(system-object-system-object)">Object.ReferenceEquals(Object, Object)</a>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype#system-object-gettype">Object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone#system-object-memberwiseclone">Object.MemberwiseClone()</a>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Java.Awt.html">Java.Awt</a></h6>
Expand Down Expand Up @@ -442,9 +442,9 @@ <h5 class="parameters">Parameters</h5>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
<td><span class="parametername">arg1</span></td>
<td><p><span class="xref">System.Int32</span></p>
<td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></p>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -510,7 +510,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -541,7 +541,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -572,7 +572,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -605,7 +605,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -636,7 +636,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -667,7 +667,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -698,7 +698,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -729,7 +729,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -760,7 +760,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -791,7 +791,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -822,7 +822,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -985,7 +985,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1016,7 +1016,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1047,7 +1047,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1078,7 +1078,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1109,7 +1109,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1140,7 +1140,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1171,7 +1171,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">Int32</a></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1202,7 +1202,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1233,7 +1233,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1264,7 +1264,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1295,7 +1295,7 @@ <h5 class="propertyValue">Property Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
Expand Down Expand Up @@ -1328,8 +1328,8 @@ <h5 class="returns">Returns</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></td>
<td><p><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a></p>
<td><span class="xref">System.String</span></td>
<td><p><span class="xref">System.String</span></p>
</td>
</tr>
</tbody>
Expand Down
Loading

0 comments on commit 354b265

Please sign in to comment.