This commit is contained in:
朱斌 2025-07-26 17:42:43 +08:00
parent 6a70edbc21
commit a84bde40f2
88 changed files with 6 additions and 25373 deletions

Binary file not shown.

View File

@ -22,6 +22,10 @@
{
"$type": "Bookmark",
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}"
}
]
}

View File

@ -4,11 +4,11 @@
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 1,
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedHeight": 200,
"DockedWidth": 200,
"SelectedChildIndex": -1,
"Children": [
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@ -1,38 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Buffers</name>
</assembly>
<members>
<member name="T:System.Buffers.ArrayPool`1">
<summary>Provides a resource pool that enables reusing instances of type <see cref="T[]"></see>.</summary>
<typeparam name="T">The type of the objects that are in the resource pool.</typeparam>
</member>
<member name="M:System.Buffers.ArrayPool`1.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create">
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class.</summary>
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Create(System.Int32,System.Int32)">
<summary>Creates a new instance of the <see cref="T:System.Buffers.ArrayPool`1"></see> class using the specifed configuration.</summary>
<param name="maxArrayLength">The maximum length of an array instance that may be stored in the pool.</param>
<param name="maxArraysPerBucket">The maximum number of array instances that may be stored in each bucket in the pool. The pool groups arrays of similar lengths into buckets for faster access.</param>
<returns>A new instance of the <see cref="System.Buffers.ArrayPool`1"></see> class with the specified configuration.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Rent(System.Int32)">
<summary>Retrieves a buffer that is at least the requested length.</summary>
<param name="minimumLength">The minimum length of the array.</param>
<returns>An array of type <see cref="T[]"></see> that is at least <paramref name="minimumLength">minimumLength</paramref> in length.</returns>
</member>
<member name="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)">
<summary>Returns an array to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method on the same <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
<param name="array">A buffer to return to the pool that was previously obtained using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method.</param>
<param name="clearArray">Indicates whether the contents of the buffer should be cleared before reuse. If <paramref name="clearArray">clearArray</paramref> is set to true, and if the pool will store the buffer to enable subsequent reuse, the <see cref="M:System.Buffers.ArrayPool`1.Return(`0[],System.Boolean)"></see> method will clear the <paramref name="array">array</paramref> of its contents so that a subsequent caller using the <see cref="M:System.Buffers.ArrayPool`1.Rent(System.Int32)"></see> method will not see the content of the previous caller. If <paramref name="clearArray">clearArray</paramref> is set to false or if the pool will release the buffer, the array&amp;#39;s contents are left unchanged.</param>
</member>
<member name="P:System.Buffers.ArrayPool`1.Shared">
<summary>Gets a shared <see cref="T:System.Buffers.ArrayPool`1"></see> instance.</summary>
<returns>A shared <see cref="System.Buffers.ArrayPool`1"></see> instance.</returns>
</member>
</members>
</doc>

Binary file not shown.

View File

@ -1,355 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Memory</name>
</assembly>
<members>
<member name="T:System.Span`1">
<typeparam name="T"></typeparam>
</member>
<member name="M:System.Span`1.#ctor(`0[])">
<param name="array"></param>
</member>
<member name="M:System.Span`1.#ctor(System.Void*,System.Int32)">
<param name="pointer"></param>
<param name="length"></param>
</member>
<member name="M:System.Span`1.#ctor(`0[],System.Int32)">
<param name="array"></param>
<param name="start"></param>
</member>
<member name="M:System.Span`1.#ctor(`0[],System.Int32,System.Int32)">
<param name="array"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:System.Span`1.Clear">
</member>
<member name="M:System.Span`1.CopyTo(System.Span{`0})">
<param name="destination"></param>
</member>
<member name="M:System.Span`1.DangerousCreate(System.Object,`0@,System.Int32)">
<param name="obj"></param>
<param name="objectData"></param>
<param name="length"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.DangerousGetPinnableReference">
<returns></returns>
</member>
<member name="P:System.Span`1.Empty">
<returns></returns>
</member>
<member name="M:System.Span`1.Equals(System.Object)">
<param name="obj"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.Fill(`0)">
<param name="value"></param>
</member>
<member name="M:System.Span`1.GetHashCode">
<returns></returns>
</member>
<member name="P:System.Span`1.IsEmpty">
<returns></returns>
</member>
<member name="P:System.Span`1.Item(System.Int32)">
<param name="index"></param>
<returns></returns>
</member>
<member name="P:System.Span`1.Length">
<returns></returns>
</member>
<member name="M:System.Span`1.op_Equality(System.Span{`0},System.Span{`0})">
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.op_Implicit(System.ArraySegment{T})~System.Span{T}">
<param name="arraySegment"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.op_Implicit(System.Span{T})~System.ReadOnlySpan{T}">
<param name="span"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.op_Implicit(T[])~System.Span{T}">
<param name="array"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.op_Inequality(System.Span{`0},System.Span{`0})">
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.Slice(System.Int32)">
<param name="start"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.Slice(System.Int32,System.Int32)">
<param name="start"></param>
<param name="length"></param>
<returns></returns>
</member>
<member name="M:System.Span`1.ToArray">
<returns></returns>
</member>
<member name="M:System.Span`1.TryCopyTo(System.Span{`0})">
<param name="destination"></param>
<returns></returns>
</member>
<member name="T:System.SpanExtensions">
</member>
<member name="M:System.SpanExtensions.AsBytes``1(System.ReadOnlySpan{``0})">
<param name="source"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.AsBytes``1(System.Span{``0})">
<param name="source"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.AsSpan(System.String)">
<param name="text"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.AsSpan``1(System.ArraySegment{``0})">
<param name="arraySegment"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.AsSpan``1(``0[])">
<param name="array"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.CopyTo``1(``0[],System.Span{``0})">
<param name="array"></param>
<param name="destination"></param>
<typeparam name="T"></typeparam>
</member>
<member name="M:System.SpanExtensions.IndexOf(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf(System.Span{System.Byte},System.Byte)">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf(System.ReadOnlySpan{System.Byte},System.Byte)">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf``1(System.ReadOnlySpan{``0},``0)">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf``1(System.Span{``0},System.ReadOnlySpan{``0})">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOf``1(System.Span{``0},``0)">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.Byte,System.Byte,System.Byte)">
<param name="span"></param>
<param name="value0"></param>
<param name="value1"></param>
<param name="value2"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.Byte,System.Byte,System.Byte)">
<param name="span"></param>
<param name="value0"></param>
<param name="value1"></param>
<param name="value2"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.Byte,System.Byte)">
<param name="span"></param>
<param name="value0"></param>
<param name="value1"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="values"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="values"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.IndexOfAny(System.ReadOnlySpan{System.Byte},System.Byte,System.Byte)">
<param name="span"></param>
<param name="value0"></param>
<param name="value1"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.NonPortableCast``2(System.ReadOnlySpan{``0})">
<param name="source"></param>
<typeparam name="TFrom"></typeparam>
<typeparam name="TTo"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.NonPortableCast``2(System.Span{``0})">
<param name="source"></param>
<typeparam name="TFrom"></typeparam>
<typeparam name="TTo"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.SequenceEqual(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="first"></param>
<param name="second"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.SequenceEqual(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="first"></param>
<param name="second"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.SequenceEqual``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
<param name="first"></param>
<param name="second"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.SequenceEqual``1(System.Span{``0},System.ReadOnlySpan{``0})">
<param name="first"></param>
<param name="second"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.StartsWith(System.ReadOnlySpan{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.StartsWith(System.Span{System.Byte},System.ReadOnlySpan{System.Byte})">
<param name="span"></param>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.StartsWith``1(System.ReadOnlySpan{``0},System.ReadOnlySpan{``0})">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="M:System.SpanExtensions.StartsWith``1(System.Span{``0},System.ReadOnlySpan{``0})">
<param name="span"></param>
<param name="value"></param>
<typeparam name="T"></typeparam>
<returns></returns>
</member>
<member name="T:System.ReadOnlySpan`1">
<typeparam name="T"></typeparam>
</member>
<member name="M:System.ReadOnlySpan`1.#ctor(`0[])">
<param name="array"></param>
</member>
<member name="M:System.ReadOnlySpan`1.#ctor(System.Void*,System.Int32)">
<param name="pointer"></param>
<param name="length"></param>
</member>
<member name="M:System.ReadOnlySpan`1.#ctor(`0[],System.Int32)">
<param name="array"></param>
<param name="start"></param>
</member>
<member name="M:System.ReadOnlySpan`1.#ctor(`0[],System.Int32,System.Int32)">
<param name="array"></param>
<param name="start"></param>
<param name="length"></param>
</member>
<member name="M:System.ReadOnlySpan`1.CopyTo(System.Span{`0})">
<param name="destination"></param>
</member>
<member name="M:System.ReadOnlySpan`1.DangerousCreate(System.Object,`0@,System.Int32)">
<param name="obj"></param>
<param name="objectData"></param>
<param name="length"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.DangerousGetPinnableReference">
<returns></returns>
</member>
<member name="P:System.ReadOnlySpan`1.Empty">
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.Equals(System.Object)">
<param name="obj"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.GetHashCode">
<returns></returns>
</member>
<member name="P:System.ReadOnlySpan`1.IsEmpty">
<returns></returns>
</member>
<member name="P:System.ReadOnlySpan`1.Item(System.Int32)">
<param name="index"></param>
<returns></returns>
</member>
<member name="P:System.ReadOnlySpan`1.Length">
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.op_Equality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.op_Implicit(System.ArraySegment{T})~System.ReadOnlySpan{T}">
<param name="arraySegment"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.op_Implicit(T[])~System.ReadOnlySpan{T}">
<param name="array"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.op_Inequality(System.ReadOnlySpan{`0},System.ReadOnlySpan{`0})">
<param name="left"></param>
<param name="right"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.Slice(System.Int32)">
<param name="start"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.Slice(System.Int32,System.Int32)">
<param name="start"></param>
<param name="length"></param>
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.ToArray">
<returns></returns>
</member>
<member name="M:System.ReadOnlySpan`1.TryCopyTo(System.Span{`0})">
<param name="destination"></param>
<returns></returns>
</member>
</members>
</doc>

File diff suppressed because it is too large Load Diff

View File

@ -1,200 +0,0 @@
<?xml version="1.0" encoding="utf-8"?><doc>
<assembly>
<name>System.Runtime.CompilerServices.Unsafe</name>
</assembly>
<members>
<member name="T:System.Runtime.CompilerServices.Unsafe">
<summary>Contains generic, low-level functionality for manipulating pointers.</summary>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
<summary>Adds an element offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="elementOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
<summary>Adds a byte offset to the given reference.</summary>
<param name="source">The reference to add the offset to.</param>
<param name="byteOffset">The offset to add.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the addition of byte offset to pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
<summary>Determines whether the specified references point to the same location.</summary>
<param name="left">The first reference to compare.</param>
<param name="right">The second reference to compare.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>true if <paramref name="left">left</paramref> and <paramref name="right">right</paramref> point to the same location; otherwise, false.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
<summary>Casts the given object to the specified type.</summary>
<param name="o">The object to cast.</param>
<typeparam name="T">The type which the object will be cast to.</typeparam>
<returns>The original object, casted to the given type.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
<summary>Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</summary>
<param name="source">The reference to reinterpret.</param>
<typeparam name="TFrom">The type of reference to reinterpret..</typeparam>
<typeparam name="TTo">The desired type of the reference.</typeparam>
<returns>A reference to a value of type <typeparamref name="TTo">TTo</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
<summary>Returns a pointer to the given by-ref parameter.</summary>
<param name="value">The object whose pointer is obtained.</param>
<typeparam name="T">The type of object.</typeparam>
<returns>A pointer to the given value.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
<summary>Reinterprets the given location as a reference to a value of type <typeparamref name="T">T</typeparamref>.</summary>
<param name="source">The location of the value to reference.</param>
<typeparam name="T">The type of the interpreted location.</typeparam>
<returns>A reference to a value of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
<summary>Determines the byte offset from origin to target from the given references.</summary>
<param name="origin">The reference to origin.</param>
<param name="target">The reference to target.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>Byte offset from origin to target i.e. <paramref name="target">target</paramref> - <paramref name="origin">origin</paramref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A reference to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
<summary>Copies a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to copy to.</param>
<param name="source">A pointer to the value to copy.</param>
<typeparam name="T">The type of value to copy.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
<summary>Copies bytes from the source address to the destination address
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The destination address to copy to.</param>
<param name="source">The source address to copy from.</param>
<param name="byteCount">The number of bytes to copy.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
<summary>Initializes a block of memory at the given location with a given initial value
without assuming architecture dependent alignment of the address.</summary>
<param name="startAddress">The address of the start of the memory block to initialize.</param>
<param name="value">The value to initialize the block to.</param>
<param name="byteCount">The number of bytes to initialize.</param>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
<summary>Reads a value of type <typeparamref name="T">T</typeparamref> from the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="source">The location to read from.</param>
<typeparam name="T">The type to read.</typeparam>
<returns>An object of type <typeparamref name="T">T</typeparamref> read from the given location.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
<summary>Returns the size of an object of the given type parameter.</summary>
<typeparam name="T">The type of object whose size is retrieved.</typeparam>
<returns>The size of an object of type <typeparamref name="T">T</typeparamref>.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
<summary>Subtracts an element offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="elementOffset">The offset to subtract.</param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
<summary>Subtracts a byte offset from the given reference.</summary>
<param name="source">The reference to subtract the offset from.</param>
<param name="byteOffset"></param>
<typeparam name="T">The type of reference.</typeparam>
<returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
<member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
<summary>Writes a value of type <typeparamref name="T">T</typeparamref> to the given location
without assuming architecture dependent alignment of the addresses.</summary>
<param name="destination">The location to write to.</param>
<param name="value">The value to write.</param>
<typeparam name="T">The type of value to write.</typeparam>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

View File

@ -1 +0,0 @@
5360e3cf44e058a98d3766baa28977015cf1941583d9b68babd6380340d32b8c

View File

@ -1,193 +0,0 @@
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\K3Cloud.WebApi.Client.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.App.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.App.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.ApprovalFlow.PlugIns.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.BusinessEntity.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.Contracts.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.DataEntity.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.ServiceHelper.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.VerificationHelper.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.Web.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.WebApi.Client.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.WebApi.FormService.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.BOS.WebApi.ServicesStub.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.FIN.App.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.FIN.CB.App.Report.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.FIN.HS.App.Report.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.MFG.App.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.MFG.PLN.App.MrpModel.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.App.Credit.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.App.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.App.Sal.ServicePlugIn.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.App.Stock.Report.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.Business.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.Common.BusinessEntity.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.Contracts.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.Core.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.ServiceHelper.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Kingdee.K3.SCM.Stock.Business.PlugIn.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Newtonsoft.Json.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\obj\Debug\GZ_LTHPilot_ORDER.csproj.CoreCompileInputs.cache
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\obj\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\obj\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\obj\Debug\GZ_LTHPilot_ORDER.csproj.AssemblyReference.cache
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\obj\Debug\GZ_LTHPi.26F84E92.Up2Date
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\libSkiaSharp.dylib
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\x86\libSkiaSharp.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\x64\libSkiaSharp.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\arm64\libSkiaSharp.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\SkiaSharp.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Buffers.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Memory.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Numerics.Vectors.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Document.NET.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Drawing.NET.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Pdf.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Words.NET.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Workbooks.NET.dll
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\SkiaSharp.pdb
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\SkiaSharp.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Buffers.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Memory.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Numerics.Vectors.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Document.NET.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Drawing.NET.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Words.NET.xml
E:\GZC#Code\派诺\GZ_LTHPilot_ORDER\bin\Debug\Xceed.Workbooks.NET.xml
E:\GZC#Code\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.AssemblyReference.cache
E:\GZC#Code\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.CoreCompileInputs.cache
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\libSkiaSharp.dylib
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\x86\libSkiaSharp.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\x64\libSkiaSharp.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\arm64\libSkiaSharp.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\AForge.Video.DirectShow.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\AForge.Video.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Antlr3.Runtime.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Aspose.Cells.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\BouncyCastle.Crypto.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Castle.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DevExpress.Data.v13.1.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DevExpress.Printing.v13.1.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DevExpress.Utils.v13.1.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DevExpress.XtraEditors.v13.1.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DocumentFormat.OpenXml.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\DocumentFormat.OpenXml.Framework.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.CalcEngine.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.Excel.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.Localization.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.PDF.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.PluginCalendar.WinForms.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.Win.Chart.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.Win.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\FarPoint.Win.Spread.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\ICSharpCode.SharpZipLib.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\IronPython.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\JWT.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\K3Cloud.WebApi.Client.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.App.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.App.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.ApprovalFlow.PlugIns.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.BusinessEntity.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.Contracts.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.DataEntity.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.ServiceHelper.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.VerificationHelper.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.Web.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.WebApi.Client.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.WebApi.FormService.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.BOS.WebApi.ServicesStub.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.FIN.App.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.FIN.CB.App.Report.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.FIN.HS.App.Report.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.MFG.App.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.MFG.PLN.App.MrpModel.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.App.Credit.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.App.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.App.Sal.ServicePlugIn.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.App.Stock.Report.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.Business.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.Common.BusinessEntity.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.Contracts.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.Core.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.ServiceHelper.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.Stock.Business.PlugIn.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Newtonsoft.Json.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Buffers.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Memory.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Xceed.Document.NET.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Xceed.Words.NET.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Microsoft.Scripting.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\Microsoft.Dynamic.dll
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.pdb
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.xml
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Buffers.xml
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Memory.xml
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.xml
E:\GZC#Code\派诺\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
E:\GZC#Code\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPi.26F84E92.Up2Date
E:\GZC#Code\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.AssemblyReference.cache
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.CoreCompileInputs.cache
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\libSkiaSharp.dylib
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\x86\libSkiaSharp.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\x64\libSkiaSharp.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\arm64\libSkiaSharp.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.pdb
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\Newtonsoft.Json.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\SkiaSharp.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Buffers.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Memory.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\SkiaSharp.pdb
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\SkiaSharp.xml
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Buffers.xml
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Memory.xml
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.xml
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\obj\Debug\GZ_LTHPi.26F84E92.Up2Date
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\Kingdee.K3.SCM.App.Core.dll
E:\GZC#Code\派诺\GZTH_Piolot_ORDER\Piolot_Order_TH\bin\Debug\Oracle.DataAccess.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\libSkiaSharp.dylib
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\x86\libSkiaSharp.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\x64\libSkiaSharp.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\arm64\libSkiaSharp.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\GZ_LTHPilot_ORDER.pdb
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\Newtonsoft.Json.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Buffers.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Memory.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\Oracle.DataAccess.dll
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.pdb
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\SkiaSharp.xml
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Buffers.xml
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Memory.xml
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Numerics.Vectors.xml
E:\项目代码\派诺\Piolot_Order_TH\bin\Debug\System.Runtime.CompilerServices.Unsafe.xml
E:\项目代码\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.AssemblyReference.cache
E:\项目代码\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.csproj.CoreCompileInputs.cache
E:\项目代码\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPi.26F84E92.Up2Date
E:\项目代码\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.dll
E:\项目代码\派诺\Piolot_Order_TH\obj\Debug\GZ_LTHPilot_ORDER.pdb

Binary file not shown.

Binary file not shown.